Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
keep using rpath for linux in case OSRM starts providing shared libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 7, 2014
1 parent 5d00e1a commit 93e7d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
],
'conditions': [
[ 'OS=="linux"', {
'libraries+':[
'libraries':[
'-Wl,-rpath=<!@(pkg-config libosrm --variable=prefix)/lib',
'-lboost_program_options',
'-lboost_regex'
]}
Expand Down

0 comments on commit 93e7d04

Please sign in to comment.