Skip to content

Commit

Permalink
Fix linux32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Feb 2, 2024
1 parent b4f99ca commit 3b8c807
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1557,13 +1557,6 @@
'tools/executable_wrapper.h'
],
'conditions': [
[ 'OS=="linux"', {
'ldflags': [ '-L<(PRODUCT_DIR)/../nw/lib/',
'-Wl,--whole-archive',
'<(LIBCXX)',
'-Wl,--no-whole-archive'
]
}],
[ 'node_shared_libuv=="false"', {
'dependencies': [ 'deps/uv/uv.gyp:libuv#host' ],
}],
Expand Down

0 comments on commit 3b8c807

Please sign in to comment.