open-story-teller/story-editor/build_mingw64.sh
2025-02-01 22:58:04 +01:00

7 lines
207 B
Bash
Executable file

mkdir -p /workspace/story-editor/build-win32
cd /workspace/story-editor/build-win32
git config --global http.sslverify false
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw-w64-x86_64.cmake ..
make
make package