Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Try setting the rpath explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jun 14, 2018
1 parent 0bf1588 commit ac3aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_CPPFLAGS=@cflags@
PKG_CXXFLAGS=$(C_VISIBILITY)
CXX_STD=CXX11
PKG_LIBS=@libs@
PKG_LIBS=@libs@ -Wl,-rpath,/usr/local/lib

0 comments on commit ac3aafc

Please sign in to comment.