Skip to content

Commit 090e9d7

Browse files
committed
Merge pull request #365 from peterbraden/354
Addresses #354
2 parents 703bbfe + 4cdc679 commit 090e9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cflags_cc!": [ "-fno-rtti", "-fno-exceptions"],
3838

3939
"conditions": [
40-
[ "OS==\"linux\"", {
40+
[ "OS==\"linux\" or OS==\"freebsd\" or OS==\"openbsd\" or OS==\"solaris\" or OS==\"aix\"", {
4141
"cflags": [
4242
"<!@(pkg-config --cflags \"opencv >= 2.3.1\" )",
4343
"-Wall"

0 commit comments

Comments
 (0)