Skip to content

Commit

Permalink
Add runtime library search path
Browse files Browse the repository at this point in the history
Fixes GH-5
  • Loading branch information
vicgeralds committed Mar 23, 2019
1 parent d725f51 commit 1de427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ add_path_ldflags() {
fi
done
if [ -n "$libpath" ]; then
LDFLAGS="$LDFLAGS $libpath"
LDFLAGS="$LDFLAGS $libpath -Wl,-R${libpath#-L}"
fi
}

Expand Down

0 comments on commit 1de427e

Please sign in to comment.