File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 260260 'msvs_settings' : {
261261 'VCLinkerTool' : {
262262 'AdditionalOptions' : [
263- '/WHOLEARCHIVE:<(PRODUCT_DIR)\\ lib\\ '
264- '<(node_core_target_name)<(STATIC_LIB_SUFFIX)' ,
263+ '/WHOLEARCHIVE:<(node_core_target_name)<(STATIC_LIB_SUFFIX)' ,
265264 ],
266265 },
267266 },
Original file line number Diff line number Diff line change 141141 'msvs_settings' : {
142142 'VCLinkerTool' : {
143143 'AdditionalOptions' : [
144- '/WHOLEARCHIVE:<(PRODUCT_DIR) \\ lib \\ zlib<(STATIC_LIB_SUFFIX)' ,
144+ '/WHOLEARCHIVE:zlib<(STATIC_LIB_SUFFIX)' ,
145145 ],
146146 },
147147 },
179179 'msvs_settings' : {
180180 'VCLinkerTool' : {
181181 'AdditionalOptions' : [
182- '/WHOLEARCHIVE:<(PRODUCT_DIR) \\ lib \\ libuv<(STATIC_LIB_SUFFIX)' ,
182+ '/WHOLEARCHIVE:libuv<(STATIC_LIB_SUFFIX)' ,
183183 ],
184184 },
185185 },
313313 'msvs_settings' : {
314314 'VCLinkerTool' : {
315315 'AdditionalOptions' : [
316- '/WHOLEARCHIVE:<(PRODUCT_DIR) \\ lib \\ <( openssl_product)' ,
316+ '/WHOLEARCHIVE:<(openssl_product)' ,
317317 ],
318318 },
319319 },
You can’t perform that action at this time.
0 commit comments