Skip to content

Commit 7641ee2

Browse files
committed
intel macchew os
1 parent 16e412e commit 7641ee2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
if ("${GEODE_TARGET_PLATFORM}" STREQUAL "iOS" OR IOS)
55
set(CMAKE_OSX_ARCHITECTURES "arm64")
66
else()
7-
set(CMAKE_OSX_ARCHITECTURES "arm64")
7+
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
88
endif()
99

1010
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Added **Customizable Noclip Tint Colour**
66
- Added **CPS Counter instant colour fade**
77
- Added **Customizable Pause Countdown Time**
8+
- **Added Intel macOS support**
89

910
# 1.5.3
1011

0 commit comments

Comments
 (0)