Skip to content

Commit 424703a

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 8ac69c4 commit 424703a

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
@@ -282,7 +282,7 @@
282282
],
283283
}],
284284
[ 'OS in "linux freebsd openbsd solaris aix"', {
285-
'cflags': [ '-pthread', ],
285+
'cflags': [ '-pthread' ],
286286
'ldflags': [ '-pthread' ],
287287
}],
288288
[ 'OS in "linux freebsd openbsd solaris android aix"', {
@@ -295,6 +295,7 @@
295295
'standalone_static_library': 1,
296296
}],
297297
['OS=="openbsd"', {
298+
'cflags': [ '-I/usr/local/include' ],
298299
'ldflags': [ '-Wl,-z,wxneeded' ],
299300
}],
300301
],

0 commit comments

Comments
 (0)