We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a46fc commit c3b4430Copy full SHA for c3b4430
src/Makevars.in
@@ -30,7 +30,7 @@ PKG_CPPFLAGS = -I../inst/include/ -I. @badsystem@
30
PKG_LIBS = $(BBG_LIB) -L../inst/blp -Wl,-rpath,$(BBG_RPATH)
31
32
all: $(SHLIB)
33
- # we relt yn configure to replace @badsystem@ here to create a side effect
+ # we rely on configure to replace @badsystem@ here to create a side effect
34
# notice that that there are only two outcomes we need to differentiate:
35
# - either (on a 'good' system with blp) we will in an empty string, so command -v works as
36
# usual and we can run install_name_tool to add/update the rpath of shared librart
0 commit comments