Skip to content

Commit

Permalink
test fix appveyor. Part 25
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent dc32f92 commit 4a9c5cf
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 @@ -40,7 +40,7 @@ build_script:
- if [%tbs_tools%]==[mingw] (
MKDIR bin &&
CD bin &&
cmake .. -G "MinGW Makefiles" &&
CC=gcc CXX=g++ cmake .. -DCMAKE_MAKE_PROGRAM=mingw32-make -G "MinGW Makefiles" &&
mingw32-make
)
- if [%tbs_tools%]==[msvcDISABLE] (
Expand Down

0 comments on commit 4a9c5cf

Please sign in to comment.