Skip to content

Commit

Permalink
Merge pull request #106 from extrawurst/fix-ios-sim
Browse files Browse the repository at this point in the history
fix running in ios simulator
  • Loading branch information
NiklasEi authored Mar 3, 2024
2 parents 116e0ef + d4fce94 commit 6c3307d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobile/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Flag to notify the compiler we're building for the iOS simulator from an Apple silicon mac
# This needs some workarounds for now
# See https://github.com/bevyengine/bevy/pull/10178 - remove if it's not needed anymore.
[target.aarch64-apple-ios-sim]
rustflags = ["--cfg=ios_simulator"]

0 comments on commit 6c3307d

Please sign in to comment.