diff --git a/.ci/win32-cross-file.txt b/.ci/win32-cross-file.txt index cefb24d29..22e060d80 100644 --- a/.ci/win32-cross-file.txt +++ b/.ci/win32-cross-file.txt @@ -19,4 +19,4 @@ objcopy = 'i686-w64-mingw32-objcopy' strip = 'i686-w64-mingw32-strip' windres = 'i686-w64-mingw32-windres' pkg-config = 'i686-w64-mingw32-pkg-config' -#exe_wrapper = 'wine' +exe_wrapper = 'wine' diff --git a/.ci/win64-cross-file.txt b/.ci/win64-cross-file.txt index acda4b622..a03c049a1 100644 --- a/.ci/win64-cross-file.txt +++ b/.ci/win64-cross-file.txt @@ -19,4 +19,4 @@ objcopy = 'x86_64-w64-mingw32-objcopy' strip = 'x86_64-w64-mingw32-strip' windres = 'x86_64-w64-mingw32-windres' pkg-config = 'x86_64-w64-mingw32-pkg-config' -#exe_wrapper = 'wine' +exe_wrapper = 'wine'