Skip to content

Commit c3b4430

Browse files
committed
fix typo
1 parent 35a46fc commit c3b4430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PKG_CPPFLAGS = -I../inst/include/ -I. @badsystem@
3030
PKG_LIBS = $(BBG_LIB) -L../inst/blp -Wl,-rpath,$(BBG_RPATH)
3131

3232
all: $(SHLIB)
33-
# we relt yn configure to replace @badsystem@ here to create a side effect
33+
# we rely on configure to replace @badsystem@ here to create a side effect
3434
# notice that that there are only two outcomes we need to differentiate:
3535
# - either (on a 'good' system with blp) we will in an empty string, so command -v works as
3636
# usual and we can run install_name_tool to add/update the rpath of shared librart

0 commit comments

Comments
 (0)