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 244
244
'node_mksnapshot_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)' ,
245
245
'mkcodecache_exec' : '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache<(EXECUTABLE_SUFFIX)' ,
246
246
'conditions' : [
247
+ ['GENERATOR == "ninja"' , {
248
+ 'node_text_start_object_path' : 'src/large_pages/node_text_start.node_text_start.o'
249
+ }, {
250
+ 'node_text_start_object_path' : 'node_text_start/src/large_pages/node_text_start.o'
251
+ }],
247
252
[ 'node_shared=="true"' , {
248
253
'node_target_type%' : 'shared_library' ,
249
254
'conditions' : [
509
514
'target_arch=="x64"' , {
510
515
'dependencies' : [ 'node_text_start' ],
511
516
'ldflags+' : [
512
- '<(PRODUCT_DIR)/obj.target/node_text_start/src/large_pages/node_text_start.o '
517
+ '<(obj_dir)/<(node_text_start_object_path) '
513
518
]
514
519
}],
515
520
],
You can’t perform that action at this time.
0 commit comments