mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-21 07:47:40 +00:00
14 lines
317 B
Text
14 lines
317 B
Text
[host_machine]
|
||
system = 'windows'
|
||
subsystem = '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
|