diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | build/common.gypi | 6 |
2 files changed, 2 insertions, 6 deletions
@@ -37,7 +37,7 @@ deps = { "http://pywebsocket.googlecode.com/svn/trunk/src@86", "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@738", + "http://gyp.googlecode.com/svn/trunk@740", "src/v8": "http://v8.googlecode.com/svn/trunk@3177", diff --git a/build/common.gypi b/build/common.gypi index c571277..f9399cd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -357,11 +357,7 @@ 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', 'CharacterSet': '1', }, - 'conditions': [ - ['OS=="win"', { - 'configuration_platform': 'Win32', - }], - ], + 'msvs_configuration_platform': 'Win32', }, 'Debug': { 'inherit_from': ['Common'], |