Skip to content

Commit

Permalink
Fix: iOS CI toolchain file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Aug 26, 2024
1 parent 73c6c2c commit e7c354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ jobs:

- name: Configure CMake
working-directory: ${{github.workspace}}/SuperGenius/build/iOS/Release
run: cmake -S .. -DCMAKE_BUILD_TYPE=Release -DTHIRDPARTY_DIR=${{github.workspace}}/thirdparty/ -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/SuperGenius/build/iOS/iOS.cmake -DiOS_ABI=arm64-v8a -DIOS_ARCH="arm64" -DENABLE_ARC=0 -DENABLE_BITCODE=0 -DENABLE_VISIBILITY=1 -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_SYSTEM_PROCESSOR=arm64
run: cmake -S .. -DCMAKE_BUILD_TYPE=Release -DPLATFORM=OS64 -DTHIRDPARTY_DIR=${{github.workspace}}/thirdparty/

- name: Compile
working-directory: ${{github.workspace}}/SuperGenius/build/iOS/Release
Expand Down

0 comments on commit e7c354e

Please sign in to comment.