Skip to content

Commit

Permalink
Update to latest SDL2pp, simplify Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 23, 2016
1 parent 47ba0be commit 38d68f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build_script:
# Build
- |-
cmake --version
cmake -DCMAKE_PREFIX_PATH="%PREFIX%" -DCMAKE_C_COMPILER=%ARCH%-gcc.exe -DCMAKE_CXX_COMPILER=%ARCH%-c++.exe -DCMAKE_MAKE_PROGRAM=mingw32-make.exe -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_EXE_LINKER_FLAGS="-lmingw32" -DSTANDALONE=ON -DCMAKE_INSTALL_PREFIX="C:\hoverboard" -G "MinGW Makefiles"
cmake -DCMAKE_PREFIX_PATH="%PREFIX%" -DCMAKE_C_COMPILER=%ARCH%-gcc.exe -DCMAKE_CXX_COMPILER=%ARCH%-c++.exe -DCMAKE_MAKE_PROGRAM=mingw32-make.exe -DCMAKE_VERBOSE_MAKEFILE=ON -DSTANDALONE=ON -DCMAKE_INSTALL_PREFIX="C:\hoverboard" -G "MinGW Makefiles"
- |-
mingw32-make
Expand Down

0 comments on commit 38d68f0

Please sign in to comment.