Skip to content

Commit

Permalink
Add arm64-darwin-clang.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Apr 23, 2023
1 parent 94d9290 commit 69ca139
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cross/arm64-darwin-clang.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[host_machine]
system = 'darwin'
cpu_family = 'aarch64'
cpu = 'arm64'
endian = 'little'

[binaries]
c = ['clang']
cpp = ['clang++']
ar = ['ar']
strip = ['strip']
pkgconfig = ['pkg-config']

[built-in options]
c_args = ['-arch', 'arm64']
cpp_args = ['-arch', 'arm64']
c_link_args = ['-arch', 'arm64']
cpp_link_args = ['-arch', 'arm64']

0 comments on commit 69ca139

Please sign in to comment.