Skip to content

Commit a13303e

Browse files
committed
Merge pull request #306 from cdunn2001/0.y.z
fix appveyor 32-bit windows build
2 parents 17181ac + 7bc97db commit a13303e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_build:
1919
- echo "Running cmake..."
2020
- cd c:\projects\jsoncpp
2121
- cmake --version
22+
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
2223
- if %PLATFORM% == Win32 cmake .
2324
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
2425

0 commit comments

Comments
 (0)