Skip to content

Commit 9c6bb5f

Browse files
qbitMylesBorins
authored andcommitted
build: add cflags for OpenBSD, remove stray comma.
PR-URL: #18448 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c8f729f commit 9c6bb5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common.gypi

+2-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
],
289289
}],
290290
[ 'OS in "linux freebsd openbsd solaris aix"', {
291-
'cflags': [ '-pthread', ],
291+
'cflags': [ '-pthread' ],
292292
'ldflags': [ '-pthread' ],
293293
}],
294294
[ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
@@ -301,6 +301,7 @@
301301
'standalone_static_library': 1,
302302
}],
303303
['OS=="openbsd"', {
304+
'cflags': [ '-I/usr/local/include' ],
304305
'ldflags': [ '-Wl,-z,wxneeded' ],
305306
}],
306307
],

0 commit comments

Comments
 (0)