mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
Revert "[ci] Don’t set exe_wrapper in the cross files"
This reverts commit e3dc86bb0f
.
This commit is contained in:
parent
e0aee5815a
commit
8db34adc37
2 changed files with 2 additions and 2 deletions
|
@ -19,4 +19,4 @@ objcopy = 'i686-w64-mingw32-objcopy'
|
||||||
strip = 'i686-w64-mingw32-strip'
|
strip = 'i686-w64-mingw32-strip'
|
||||||
windres = 'i686-w64-mingw32-windres'
|
windres = 'i686-w64-mingw32-windres'
|
||||||
pkg-config = 'i686-w64-mingw32-pkg-config'
|
pkg-config = 'i686-w64-mingw32-pkg-config'
|
||||||
#exe_wrapper = 'wine'
|
exe_wrapper = 'wine'
|
||||||
|
|
|
@ -19,4 +19,4 @@ objcopy = 'x86_64-w64-mingw32-objcopy'
|
||||||
strip = 'x86_64-w64-mingw32-strip'
|
strip = 'x86_64-w64-mingw32-strip'
|
||||||
windres = 'x86_64-w64-mingw32-windres'
|
windres = 'x86_64-w64-mingw32-windres'
|
||||||
pkg-config = 'x86_64-w64-mingw32-pkg-config'
|
pkg-config = 'x86_64-w64-mingw32-pkg-config'
|
||||||
#exe_wrapper = 'wine'
|
exe_wrapper = 'wine'
|
||||||
|
|
Loading…
Add table
Reference in a new issue