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 250
250
'node_mksnapshot_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)' ,
251
251
'mkcodecache_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache<(EXECUTABLE_SUFFIX)' ,
252
252
'conditions' : [
253
+ ['GENERATOR == "ninja"' , {
254
+ 'node_text_start_object_path' : 'src/large_pages/node_text_start.node_text_start.o'
255
+ }, {
256
+ 'node_text_start_object_path' : 'node_text_start/src/large_pages/node_text_start.o'
257
+ }],
253
258
[ 'node_shared=="true"' , {
254
259
'node_target_type%' : 'shared_library' ,
255
260
'conditions' : [
515
520
'target_arch=="x64"' , {
516
521
'dependencies' : [ 'node_text_start' ],
517
522
'ldflags+' : [
518
- '<(PRODUCT_DIR)/obj.target/node_text_start/src/large_pages/node_text_start.o '
523
+ '<(obj_dir)/<(node_text_start_object_path) '
519
524
]
520
525
}],
521
526
],
You can’t perform that action at this time.
0 commit comments