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 eb82b21 commit 68d9f63Copy full SHA for 68d9f63
1 file changed
common.gypi
@@ -288,7 +288,7 @@
288
],
289
}],
290
[ 'OS in "linux freebsd openbsd solaris aix"', {
291
- 'cflags': [ '-pthread', ],
+ 'cflags': [ '-pthread' ],
292
'ldflags': [ '-pthread' ],
293
294
[ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
@@ -301,6 +301,7 @@
301
'standalone_static_library': 1,
302
303
['OS=="openbsd"', {
304
+ 'cflags': [ '-I/usr/local/include' ],
305
'ldflags': [ '-Wl,-z,wxneeded' ],
306
307
0 commit comments