Skip to content

Commit

Permalink
Fix lexbor macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Jul 31, 2023
1 parent 7e8268a commit 2525823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake-files/macos-arm64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set(CMAKE_SYSTEM_NAME Darwin)
set(CMAKE_SYSTEM_PROCESSOR arm64)

set(CMAKE_OSX_ARCHITECTURES arm64)
set(CMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH NO)

execute_process(
COMMAND xcrun --sdk macosx --show-sdk-path
Expand Down
1 change: 1 addition & 0 deletions cmake-files/macos-x64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set(CMAKE_SYSTEM_NAME Darwin)
set(CMAKE_SYSTEM_PROCESSOR x86_64)

set(CMAKE_OSX_ARCHITECTURES x86_64)
set(CMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH NO)

execute_process(
COMMAND xcrun --sdk macosx --show-sdk-path
Expand Down

0 comments on commit 2525823

Please sign in to comment.