aaaand I forgot to append the -D to enable the sdl static stuff

This commit is contained in:
Zach Bacon 2021-10-03 16:24:54 -04:00
parent 9a5406f824
commit 459de4ba78
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
zip
- name: Configure
run: >-
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_SDL=ON SDL2_STATIC=ON -DSFML_STATIC_LIBRARIES=ON -DFFMPEG_STATIC=ON -DOPENAL_STATIC=ON -DSSP_STATIC=ON -DVBAM_STATIC=ON -DENABLE_SSP=ON
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_SDL=ON -DSDL2_STATIC=ON -DSFML_STATIC_LIBRARIES=ON -DFFMPEG_STATIC=ON -DOPENAL_STATIC=ON -DSSP_STATIC=ON -DVBAM_STATIC=ON -DENABLE_SSP=ON
- name: Build
run: ninja -C build