diff options
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 168083f..a60e9c0 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -91,7 +91,7 @@ 'action': [ '<@(python)', 'combine_libs.py', - '-o <(_outputs)', + '-o', '<@(_outputs)', '-r (icu_|_icu.obj)', '<@(_inputs)'], }, |