mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Do not hardcode binary's name in templates.
This may change from on host platform to another. Use the cross_env.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
[binaries]
|
||||
pkgconfig = 'pkg-config'
|
||||
c = '{which.i686-w64-mingw32-gcc}'
|
||||
ar = '{which.i686-w64-mingw32-ar}'
|
||||
cpp = '{which.i686-w64-mingw32-g++}'
|
||||
strip = '{which.i686-w64-mingw32-strip}'
|
||||
c = '{which:{binaries[c]}}'
|
||||
ar = '{which:{binaries[ar]}}'
|
||||
cpp = '{which:{binaries[cpp]}}'
|
||||
strip = '{which:{binaries[strip]}}'
|
||||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
|
Reference in New Issue
Block a user