diff options
Diffstat (limited to 'ceee/common.gypi')
-rw-r--r-- | ceee/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceee/common.gypi b/ceee/common.gypi index 88a8476..5f668f4 100644 --- a/ceee/common.gypi +++ b/ceee/common.gypi @@ -7,7 +7,7 @@ 'conditions': [ ['OS=="win"', { 'python': [ - '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python' + '<(DEPTH)\\third_party\\python_26\\setup_env.bat && python' ], }, { # OS != win 'python': [ |