From 48ebae1f543c9f8d0803bc83b2fafa8cf922a763 Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Sat, 16 Nov 2024 16:32:28 +1100 Subject: [PATCH] arm --- CMakeLists.txt | 4 ++-- changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3fc64e..7aee71b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ if ("${GEODE_TARGET_PLATFORM}" STREQUAL "iOS" OR IOS) set(CMAKE_OSX_ARCHITECTURES "arm64") add_definitions(-DGLES_SILENCE_DEPRECATION) else() - #set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") - set(CMAKE_OSX_ARCHITECTURES "x86_64") + #set(CMAKE_OSX_ARCHITECTURES "x86_64") + set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") endif() set(CMAKE_CXX_VISIBILITY_PRESET hidden) diff --git a/changelog.md b/changelog.md index 5c76058..b18cc42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.7.5-beta.4 + + + # 1.7.5-beta.3 - Fixed not being able to input decimal places in the transition speed customizer UI