Skip to content

Commit 1b0519f

Browse files
committed
fixup! build: build codecache and snapshot with libnode
1 parent e880392 commit 1b0519f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

node.gyp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -970,16 +970,6 @@
970970
}],
971971
],
972972
}],
973-
[ 'node_shared=="true" and node_module_version!="" and OS!="win"', {
974-
'product_extension': '<(shlib_suffix)',
975-
'xcode_settings': {
976-
'LD_DYLIB_INSTALL_NAME':
977-
'@rpath/lib<(node_core_target_name).<(shlib_suffix)'
978-
},
979-
}],
980-
['node_shared=="true" and OS in "aix os400"', {
981-
'product_name': 'node_base',
982-
}],
983973
[ 'v8_enable_inspector==1', {
984974
'includes' : [ 'src/inspector/node_inspector.gypi' ],
985975
}, {

0 commit comments

Comments
 (0)