mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Fix static link
This commit is contained in:
@@ -24,6 +24,8 @@ install:
|
||||
if ($env:BUILD_TYPE -eq 'mingw') {
|
||||
$dependencies = "mingw64/mingw-w64-x86_64-cmake mingw64/mingw-w64-x86_64-qt5-static"
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $dependencies"
|
||||
# (HACK) Replace libzstd.dll.a with libzstd.a to really static link qt
|
||||
C:\msys64\usr\bin\bash -lc "sed -i ""s/libzstd.dll.a/libzstd.a/g"" /mingw64/qt5-static/lib/*.prl"
|
||||
# (HACK) ignore errors
|
||||
0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user