Skip to content

Commit

Permalink
Merge pull request #4 from hiimjustin000/imac-support
Browse files Browse the repository at this point in the history
apple doesn't support it anymore, so i'm merging this out of pure spite
  • Loading branch information
TheBearodactyl authored Jul 4, 2024
2 parents 1ff57e7 + f4effc0 commit b276bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'nightly'
combine: true
target: ${{ matrix.config.target }}

Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.21)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(gay-wave-trail VERSION 1.0.0)
Expand Down

0 comments on commit b276bf8

Please sign in to comment.