mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2167 from chinmaygarde/master
Automatically switch to using script snapshots on iOS simulator
This commit is contained in:
commit
bd49ca52bd
@ -66,7 +66,7 @@ template("mac_toolchain") {
|
||||
sysroot_flags = "-isysroot $sysroot $version_flags"
|
||||
}
|
||||
|
||||
strip = !is_debug
|
||||
strip = !is_debug && !use_ios_simulator
|
||||
|
||||
toolchain_flags = ""
|
||||
if (invoker.toolchain_cpu == "i386") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user