update windows build instructions

This commit is contained in:
NepDisk 2025-11-17 18:20:00 +01:00
parent 252e5ff0ae
commit 3ee49976d0

View file

@ -62,8 +62,6 @@ cd blankart
mkdir build
cd build
cmake -G "MSYS Makefiles" .. -DCMAKE_POLICY_VERSION_MINIMUM=3.5
./_deps/sdl2_mixer-src/external/download.sh
cmake -G "MSYS Makefiles" .. -DCMAKE_POLICY_VERSION_MINIMUM=3.5
make -j$(nproc)
```