Skip to content

Commit fe65885

Browse files
Merge pull request #226 from justadudewhohacks/prerelease-fixes
bump opencv-build version + add origin to rpath
2 parents aecf0f3 + bed4218 commit fe65885

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

binding.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
"-fno-rtti",
112112
"-fno-exceptions"
113113
],
114+
"ldflags" : [
115+
"-Wl,-rpath,'$$ORIGIN'"
116+
],
114117
"xcode_settings": {
115118
"OTHER_CFLAGS": [
116119
"-std=c++11",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"dependencies": {
4141
"macro-inferno": "^0.2.1",
4242
"nan": "^2.7.0",
43-
"opencv-build": "0.0.10"
43+
"opencv-build": "0.0.11"
4444
}
4545
}

0 commit comments

Comments
 (0)