Skip to content

Commit

Permalink
Reconstruction of Browse the repository at this point in the history …
Browse files Browse the repository at this point in the history
…Have CMake build a fat x86_64;arm64 executable for MacOS commit

Reconstruction of google@bc8750a
  • Loading branch information
rachelmsimm committed May 31, 2023
1 parent 4c692da commit a8d98c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ else()
message(STATUS "Build type is '${CMAKE_BUILD_TYPE}'")
endif()

set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "OSX Architectures" FORCE)

include(CheckCSourceCompiles)
check_c_source_compiles(
"#if defined(__EMSCRIPTEN__)
Expand Down

0 comments on commit a8d98c0

Please sign in to comment.