We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d91a32 commit a5f1f4aCopy full SHA for a5f1f4a
binding.gyp
@@ -95,14 +95,12 @@
95
"libraries": [
96
"../build/deps/librdkafka.dylib",
97
"../build/deps/librdkafka++.dylib",
98
- "-Wl,-rpath='$$ORIGIN/../deps'",
99
],
100
},
101
{
102
103
"../build/deps/librdkafka.so",
104
"../build/deps/librdkafka++.so",
105
106
107
108
]
@@ -112,7 +110,7 @@
112
110
113
111
"../build/deps/librdkafka-static.a",
114
"../build/deps/librdkafka++.a",
115
+ "-Wl,-rpath,'$$ORIGIN/../deps'",
116
117
}
118
0 commit comments