File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 248
248
'node_mksnapshot_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)' ,
249
249
'mkcodecache_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache<(EXECUTABLE_SUFFIX)' ,
250
250
'conditions' : [
251
+ ['GENERATOR == "ninja"' , {
252
+ 'node_text_start_object_path' : 'src/large_pages/node_text_start.node_text_start.o'
253
+ }, {
254
+ 'node_text_start_object_path' : 'node_text_start/src/large_pages/node_text_start.o'
255
+ }],
251
256
[ 'node_shared=="true"' , {
252
257
'node_target_type%' : 'shared_library' ,
253
258
'conditions' : [
513
518
'target_arch=="x64"' , {
514
519
'dependencies' : [ 'node_text_start' ],
515
520
'ldflags+' : [
516
- '<(PRODUCT_DIR)/obj.target/node_text_start/src/large_pages/node_text_start.o '
521
+ '<(obj_dir)/<(node_text_start_object_path) '
517
522
]
518
523
}],
519
524
],
You can’t perform that action at this time.
0 commit comments