Skip to content

Commit 6aecdce

Browse files
skip using rpath linker option
1 parent b8dac54 commit 6aecdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
PKG_CPPFLAGS=@cflags@
1919
PKG_CXXFLAGS=$(C_VISIBILITY)
2020
CXX_STD=CXX11
21-
PKG_LIBS=@libs@ -Wl,-rpath,/usr/local/lib
21+
PKG_LIBS=@libs@

0 commit comments

Comments
 (0)