Merge pull request #4 from williballenthin/macos

Add macOS toolchains
This commit is contained in:
Duncan Ogilvie
2025-06-16 13:27:00 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

1
aarch64-macos-none.cmake Normal file
View File

@@ -0,0 +1 @@
include(${CMAKE_CURRENT_LIST_DIR}/cmake/zig-toolchain.cmake)

1
x86_64-macos-none.cmake Normal file
View File

@@ -0,0 +1 @@
include(${CMAKE_CURRENT_LIST_DIR}/cmake/zig-toolchain.cmake)