use mingw64-cmake

submit_rewrite
cosmonaut 2021-02-27 13:35:13 -08:00
parent f70b4cc285
commit 2255c9d81a
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ steps:
- git submodule update --recursive --init
- cmake -E make_directory ./build
- cd ./build
- cmake -DCMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc -DMINGW -S .. -B .
- mingw64-cmake -S .. -B .
- make