summaryrefslogtreecommitdiffstats
path: root/build.windows.x32.sh
blob: 010a23c08e72464474a475f77c0938e6a59916e7 (plain)
1
2
3
4
#!/bin/sh
cmake -B build32 -A Win32 || exit 1
cmake --build build32 --config Release --parallel || exit 1
exit 0