1
0
mirror of synced 2024-11-24 15:50:16 +01:00

Fixed compiling with PKGBUILD

This commit is contained in:
WerWolv 2021-01-21 15:31:40 +01:00 committed by GitHub
parent f4dd79ab43
commit 367356f7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/msys2/PKGBUILD vendored
View File

@ -32,7 +32,7 @@ build() {
MSYS2_ARG_CONV_EXCL=- cmake \
-G "MinGW Makefiles" \
-DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \
../
../../
mingw32-make
}