Revert "[ci] Don’t set exe_wrapper in the cross files"

This reverts commit e3dc86bb0f.
This commit is contained in:
Khaled Hosny 2025-03-22 23:04:23 +02:00
parent e0aee5815a
commit 8db34adc37
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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'