Skip to content

Commit 9aaaecb

Browse files
committed
Fix cmake, update deps
1 parent 4545210 commit 9aaaecb

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
22
project(x8A4 C)
33

44
set(CMAKE_C_STANDARD 17)
5-
if(NOT DEFINED CMAKE_OSX_ARCHITECTURES)
5+
if(NOT DEFINED CMAKE_OSX_ARCHITECTURES OR "${CMAKE_OSX_ARCHITECTURES}" MATCHES "")
66
set(CMAKE_OSX_ARCHITECTURES arm64 arm64e)
77
endif()
88
set(CMAKE_OSX_DEPLOYMENT_TARGET "")

Lib/libchoma.a

324 KB
Binary file not shown.

Lib/libxpf.a

223 KB
Binary file not shown.

0 commit comments

Comments
 (0)