Skip to content

Commit

Permalink
fix: Attempt to create universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Oct 24, 2023
1 parent 272a9cc commit d8644f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: build_ios
run: |
cmake --build build_ios --config MinSizeRel --target draco_unity
cmake --build build_ios --config MinSizeRel --target draco_unity -- -sdk iphonesimulator EXECUTABLE_SUFFIX=-simulator.a
cmake --build build_ios --config MinSizeRel --target draco_unity -- -sdk iphonesimulator EXECUTABLE_SUFFIX=-simulator.a ONLY_ACTIVE_ARCH=NO
- name: package Apple
run: |
Expand Down

0 comments on commit d8644f6

Please sign in to comment.