Skip to content

Commit

Permalink
Will this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloD2022 committed May 5, 2024
1 parent d90d03a commit e75e9f3
Showing 1 changed file 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 @@ -63,7 +63,7 @@ elseif(UNIX AND NOT APPLE)
set(BIN_LIB_EXT ".a")
elseif(APPLE)
# for MacOS X or iOS, watchOS, tvOS (since 3.10.3)

message("OSX Architecture: ${CMAKE_OSX_ARCHITECTURES}")
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Build architecture for macOS" FORCE)

set(BUILD_PLATFORM "Darwin")
Expand Down

0 comments on commit e75e9f3

Please sign in to comment.