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
190 B
Text
13 lines
190 B
Text
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[binaries]
|
|
c = 'cl'
|
|
cpp = 'cl'
|
|
ar = 'lib'
|
|
ld = 'link'
|
|
strip = 'llvm-strip'
|
|
pkgconfig = 'pkg-config'
|