We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a5ee1 commit 7aa64b9Copy full SHA for 7aa64b9
common.gypi
@@ -49,7 +49,13 @@
49
'conditions': [
50
['GENERATOR=="ninja"', {
51
'obj_dir': '<(PRODUCT_DIR)/obj',
52
- 'v8_base': '<(PRODUCT_DIR)/obj/deps/v8/gypfiles/libv8_base.a',
+ 'conditions': [
53
+ [ 'build_v8_with_gn=="true"', {
54
+ 'v8_base': '<(PRODUCT_DIR)/obj/deps/v8/gypfiles/v8_monolith.gen/gn/obj/libv8_monolith.a',
55
+ }, {
56
+ 'v8_base': '<(PRODUCT_DIR)/obj/deps/v8/gypfiles/libv8_base.a',
57
+ }],
58
+ ]
59
}, {
60
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
61
'v8_base': '<(PRODUCT_DIR)/obj.target/deps/v8/gypfiles/libv8_base.a',
0 commit comments