Replaced cmake wrapper with own options.

This commit is contained in:
Faerbit 2014-11-26 00:39:54 +01:00
parent 85be96d302
commit b81f7cfa76

View File

@ -12,7 +12,7 @@ cmake="cmake"
if [[ $1 == "windows" ]]
then
cmake=x86_64-w64-mingw32-cmake
cmake="cmake -DCMAKE_SYSTEM_NAME='Windows' -DCMAKE_FIND_ROOT_PATH='/usr/x86_64-w64-mingw32' -DCMAKE_CXX_COMPILER='x86_64-w64-mingw32-g++' -DCMAKE_C_COMPILER='x86_64-w64-mingw32-gcc'"
fi
currentDir=$(pwd)