Skip to content

Commit 1e262b5

Browse files
committed
build: fix misplaced comma in ldflags
1 parent d050aa8 commit 1e262b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
'conditions': [
413413
['OS in "linux freebsd openharmony" and node_shared=="false"', {
414414
'ldflags': [
415-
'-Wl,--whole-archive,'
415+
'-Wl,--whole-archive',
416416
'<(obj_dir)/deps/openssl/<(openssl_product)',
417417
'-Wl,--no-whole-archive',
418418
],

0 commit comments

Comments
 (0)