Me and my homies hate SDL Mixer

This commit is contained in:
NepDisk 2025-11-08 22:08:07 -05:00
parent 1ae3ceaa4b
commit ebfdfc86b4

View file

@ -61,6 +61,8 @@ 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)
```