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

Complicates the build setup. Keep it commented in case one wants to
enable it locally.
This commit is contained in:
Khaled Hosny 2025-03-21 03:02:56 +02:00
parent a189b0f772
commit e3dc86bb0f
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'