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
1 changed files with 1 additions and 1 deletions

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
}