File: arm64

package info (click to toggle)
python-opentype-sanitizer 8.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: python: 409; sh: 24; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[host_machine]
system = 'darwin'
cpu_family = 'aarch64'
cpu = 'arm64'
endian = 'little'

[constants]
common_flags = ['--target=arm64-apple-macos11']

[built-in options]
c_args = common_flags
c_link_args = common_flags
cpp_args = common_flags
cpp_link_args = common_flags

[binaries]
c = 'cc'
cpp = 'c++'
ar = 'ar'
strip = 'strip'