Merge pull request #2167 from chinmaygarde/master

Automatically switch to using script snapshots on iOS simulator
This commit is contained in:
Chinmay Garde 2015-12-10 16:24:34 -08:00
commit bd49ca52bd

View File

@ -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") {