Skip to content

Commit

Permalink
call gyp_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 20, 2014
1 parent b97876a commit 24cddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform:
install:
- SET PATH=c:\python27;%PATH%
- git clone --depth 1 https://chromium.googlesource.com/external/gyp.git gyp
- python gyp/gyp variant.gyp --depth=. -f msvs -G msvs_version=2013
- python gyp/gyp_main.py variant.gyp --depth=. -f msvs -G msvs_version=2013
- msbuild variant.sln

build: OFF
Expand Down

0 comments on commit 24cddfb

Please sign in to comment.