| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'variables': { | |
| 3 'want_separate_host_toolset%': 1, | |
| 4 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})', | |
| 5 'clang_dir': '/usr/', | |
|
sergei
2017/05/30 15:21:32
"/usr/" is a new magic string here, not sure wheth
Eric
2017/05/30 17:31:40
Since you're already asking for default installati
sergei
2017/05/31 12:47:11
I'm pretty sure that there is no default location
| |
| 6 'make_clang_dir': '/usr/', | |
| 7 }, | |
| 8 'conditions': [[ | |
| 9 'v8_target_arch=="arm"', { | |
| 10 'variables': { | |
| 11 'arm_version%': 7, | |
| 12 'arm_fpu%': 'default', | |
| 13 'arm_float_abi%': 'default', | |
| 14 'arm_thumb%': 'default', | |
| 15 } | |
| 16 } | |
| 17 ]], | |
| 18 'includes': ['v8.gypi'], | |
| 19 } | |
| OLD | NEW |