Skip to content

Commit 915f679

Browse files
Add ios_use_simulator variable used by Skia build scripts (#846)
1 parent dcd71b5 commit 915f679

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/config/ios/ios_sdk.gni

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ declare_args() {
1616
# existing GYP build).
1717
use_ios_simulator = true
1818

19+
# Alias for use_ios_simulator used by Skia.
20+
ios_use_simulator = true
21+
1922
# Version of iOS that we're targeting.
2023
ios_deployment_target = "12.0"
2124

0 commit comments

Comments
 (0)