Add a default value for the 'build_v8_with_gn' variable in common.gypi
This commit is contained in:
Родитель
04b06def5f
Коммит
ce2efb3516
|
@ -46,6 +46,9 @@
|
|||
# Don't use ICU data file (icudtl.dat) from V8, we use our own.
|
||||
'icu_use_data_file_flag%': 0,
|
||||
|
||||
# Default build_v8_with_gn to false so that native modules can be built properly
|
||||
'build_v8_with_gn': 'false',
|
||||
|
||||
'conditions': [
|
||||
['GENERATOR=="ninja"', {
|
||||
'obj_dir': '<(PRODUCT_DIR)/obj',
|
||||
|
|
Загрузка…
Ссылка в новой задаче