Skip to content

Commit

Permalink
Add x64 target for macOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 8, 2024
1 parent fffa7f9 commit db1302c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ else()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version" FORCE)
endif()

option(UniversalBinary "Build universal binary for mac" OFF)

if (UniversalBinary)
if (CMAKE_BUILD_TYPE EQUAL "Release")
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "")
endif()

Expand All @@ -30,8 +28,6 @@ set(DEXED_JUCE_PATH "${CMAKE_SOURCE_DIR}/libs/JUCE" CACHE STRING "Path to JUCE l
add_subdirectory(${DEXED_JUCE_PATH} ${CMAKE_BINARY_DIR}/JUCE EXCLUDE_FROM_ALL)
add_subdirectory(libs/clap-juce-extensions EXCLUDE_FROM_ALL)



#Adds all the module sources so they appear correctly in the IDE
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
option(JUCE_ENABLE_MODULE_SOURCE_GROUPS "Enable Module Source Groups" ON)
Expand Down
2 changes: 1 addition & 1 deletion libs/JUCE
Submodule JUCE updated 470 files
2 changes: 1 addition & 1 deletion libs/MTS-ESP
2 changes: 1 addition & 1 deletion libs/vst3sdk

0 comments on commit db1302c

Please sign in to comment.