Skip to content

Commit 7bc10e4

Browse files
committed
Use rpath on OS X to make some testing easier
1 parent 80a0473 commit 7bc10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cflags_cc" : ['-fexceptions'],
5252
"libraries" : ["-lclntsh"],
5353
"link_settings" : {
54-
"libraries" : ['-L<(oci_lib_dir)']
54+
"libraries" : ['-L<(oci_lib_dir) -Wl,-rpath,<(oci_lib_dir)']
5555
}
5656
}
5757
],

0 commit comments

Comments
 (0)