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 703bbfe + 4cdc679 commit 090e9d7Copy full SHA for 090e9d7
binding.gyp
@@ -37,7 +37,7 @@
37
"cflags_cc!": [ "-fno-rtti", "-fno-exceptions"],
38
39
"conditions": [
40
- [ "OS==\"linux\"", {
+ [ "OS==\"linux\" or OS==\"freebsd\" or OS==\"openbsd\" or OS==\"solaris\" or OS==\"aix\"", {
41
"cflags": [
42
"<!@(pkg-config --cflags \"opencv >= 2.3.1\" )",
43
"-Wall"
0 commit comments