diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 9ef850b..e6a472e 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -132,6 +132,17 @@ '<(xul_sdk_dir)/include/zipwriter', '<(xul_sdk_dir)/include/zlib', '<(xul_sdk_dir)/sdk/include', + ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'python': [
+ '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python'
+ ],
+ }, { # OS != win
+ 'python': [
+ 'python'
+ ],
+ }], ], }, 'includes': [ @@ -203,7 +214,7 @@ '<(PRODUCT_DIR)/lib/base_noicu.lib', ], 'action': [ - 'python', + '<@(python)', 'combine_libs.py', '-o <(_outputs)', '-r (icu_|_icu.obj)', |