Skip to content

Commit

Permalink
Fix cmake, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptiiiic committed Dec 30, 2024
1 parent 4545210 commit 9aaaecb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
project(x8A4 C)

set(CMAKE_C_STANDARD 17)
if(NOT DEFINED CMAKE_OSX_ARCHITECTURES)
if(NOT DEFINED CMAKE_OSX_ARCHITECTURES OR "${CMAKE_OSX_ARCHITECTURES}" MATCHES "")
set(CMAKE_OSX_ARCHITECTURES arm64 arm64e)
endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "")
Expand Down
Binary file modified Lib/libchoma.a
Binary file not shown.
Binary file modified Lib/libxpf.a
Binary file not shown.

0 comments on commit 9aaaecb

Please sign in to comment.