polserver/bin-build/build_linux32.sh
turleypol 3afc41241b
CMake on windows (#48)
CMake can now also be used for windows
2018-02-24 22:34:55 +01:00

3 lines
No EOL
74 B
Bash
Executable file

#!/bin/sh
export CMAKE_BIN="cmake -DFORCE_ARCH_BITS='32'"
./build_linux.sh