Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 18, 2020
1 parent 55892cb commit 80c4908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ if [ ! -d soundio ]; then
mkdir build
pushd build
if [ "$BUILD_OS" == "windows32" ]; then
export MINGW_ARCH=32; cmake -D BUILD_DYNAMIC_LIBS=OFF -D CMAKE_TOOLCHAIN_FILE=toolchain.cmake -D BUILD_TESTS=OFF ..
export MINGW_ARCH=32; cmake -D CMAKE_TOOLCHAIN_FILE=toolchain.cmake -D BUILD_TESTS=OFF ..
fi
if [ "$BUILD_OS" == "windows64" ]; then
export MINGW_ARCH=64; cmake -D BUILD_DYNAMIC_LIBS=OFF -D CMAKE_TOOLCHAIN_FILE=toolchain.cmake -D BUILD_TESTS=OFF ..
export MINGW_ARCH=64; cmake -D CMAKE_TOOLCHAIN_FILE=toolchain.cmake -D BUILD_TESTS=OFF ..
fi
make
popd
Expand Down

0 comments on commit 80c4908

Please sign in to comment.