diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index be4f346..fed9d96 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -151,7 +151,7 @@ ['OS=="win"', { 'conditions': [ ['MSVS_VERSION=="2005"', { - 'msvs_multi_core_compile%': 1, + 'msvs_multi_core_compile%': 0, },{ 'msvs_multi_core_compile%': 1, }], |