We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e412e commit 7641ee2Copy full SHA for 7641ee2
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
if ("${GEODE_TARGET_PLATFORM}" STREQUAL "iOS" OR IOS)
5
set(CMAKE_OSX_ARCHITECTURES "arm64")
6
else()
7
- set(CMAKE_OSX_ARCHITECTURES "arm64")
+ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
8
endif()
9
10
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
changelog.md
@@ -5,6 +5,7 @@
- Added **Customizable Noclip Tint Colour**
- Added **CPS Counter instant colour fade**
- Added **Customizable Pause Countdown Time**
+- **Added Intel macOS support**
# 1.5.3
11
0 commit comments