Skip to content

Commit

Permalink
fix setting of msbuild_toolset for c++11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 23, 2014
1 parent b3f8117 commit d0603d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configuration:
install:
- SET PATH=c:\python27;%PATH%
- SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
- dir "C:\Program Files (x86)\Microsoft Visual C++ Compiler Nov 2013 CTP\"
- git clone --quiet --depth 1 https://chromium.googlesource.com/external/gyp.git deps/gyp
# note windows requires --generator-output to be absolute
- python deps/gyp/gyp_main.py variant.gyp --depth=. -f msvs -G msvs_version=2013
Expand Down
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
["OS=='win'", {
"target_defaults": {
"default_configuration": "Release_x64",
"msbuild_toolset%":"CTP_Nov2013",
"msbuild_toolset":"CTP_Nov2013",
"configurations": {
"Debug_Win32": {
"msvs_configuration_platform": "Win32",
Expand Down

0 comments on commit d0603d4

Please sign in to comment.