Use rpath on OS X to make some testing easier

This commit is contained in:
Christopher Jones 2016-01-25 22:23:45 +11:00
parent 80a0473d65
commit 7bc10e475e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"cflags_cc" : ['-fexceptions'],
"libraries" : ["-lclntsh"],
"link_settings" : {
"libraries" : ['-L<(oci_lib_dir)']
"libraries" : ['-L<(oci_lib_dir) -Wl,-rpath,<(oci_lib_dir)']
}
}
],