mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Add cross-arm64 and cross-x64 build Add the arm64 binaries to the wxs installers with guids update build.sh files
13 lines
295 B
Text
13 lines
295 B
Text
[host_machine]
|
||
system = 'windows'
|
||
cpu_family = 'aarch64'
|
||
cpu = 'arm64'
|
||
endian = 'little'
|
||
|
||
[binaries]
|
||
c = 'cl'
|
||
cpp = 'cl'
|
||
ar = 'lib'
|
||
ld = 'link'
|
||
strip = 'llvm-strip' # optional; MSVC doesn’t have a native strip
|
||
pkgconfig = 'pkg-config' # optional; used only if you have pkg-config installed
|