Skip to content

Commit a5f1f4a

Browse files
committed
Just remove rpath
1 parent 9d91a32 commit a5f1f4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

binding.gyp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,12 @@
9595
"libraries": [
9696
"../build/deps/librdkafka.dylib",
9797
"../build/deps/librdkafka++.dylib",
98-
"-Wl,-rpath='$$ORIGIN/../deps'",
9998
],
10099
},
101100
{
102101
"libraries": [
103102
"../build/deps/librdkafka.so",
104103
"../build/deps/librdkafka++.so",
105-
"-Wl,-rpath='$$ORIGIN/../deps'",
106104
],
107105
},
108106
]
@@ -112,7 +110,7 @@
112110
"libraries": [
113111
"../build/deps/librdkafka-static.a",
114112
"../build/deps/librdkafka++.a",
115-
"-Wl,-rpath='$$ORIGIN/../deps'",
113+
"-Wl,-rpath,'$$ORIGIN/../deps'",
116114
],
117115
}
118116
],

0 commit comments

Comments
 (0)