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.
2 parents 2bede49 + 16a75bf commit 01aadd4Copy full SHA for 01aadd4
binding.gyp
@@ -139,7 +139,16 @@
139
"RuntimeLibrary": "2"
140
},
141
}
142
- }]
+ }],
143
+ ["OS==\"mac\"",
144
+ {
145
+ "link_settings": {
146
+ "libraries": [
147
+ "-Wl,-rpath,@loader_path/../../../opencv-build/opencv/build/lib"
148
+ ],
149
+ }
150
151
+ ]
152
],
153
154
"configurations": {
0 commit comments