diff --git a/node.gypi b/node.gypi index 4f35b103449fc3..8aded9e48c6141 100644 --- a/node.gypi +++ b/node.gypi @@ -412,7 +412,7 @@ 'conditions': [ ['OS in "linux freebsd openharmony" and node_shared=="false"', { 'ldflags': [ - '-Wl,--whole-archive,' + '-Wl,--whole-archive', '<(obj_dir)/deps/openssl/<(openssl_product)', '-Wl,--no-whole-archive', ],