FIX: Capitalization of Makefile CMake builder

This commit is contained in:
DWesl 2024-05-09 12:34:31 -04:00 committed by GitHub
parent cbc4aa6fc5
commit 4ec1b935d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ jobs:
run: |
LDFLAGS="-Wl,--export-all-symbols" \
cmake \
-G"UNIX Makefiles" \
-G"Unix Makefiles" \
-B build \
-S . \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \