Skip to content

Commit

Permalink
Add ios_use_simulator variable used by Skia build scripts (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons committed Apr 13, 2024
1 parent dcd71b5 commit 915f679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/config/ios/ios_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ declare_args() {
# existing GYP build).
use_ios_simulator = true

# Alias for use_ios_simulator used by Skia.
ios_use_simulator = true

# Version of iOS that we're targeting.
ios_deployment_target = "12.0"

Expand Down

0 comments on commit 915f679

Please sign in to comment.