blob: 3f51ef52d8415e2706348b5d2badef6fda9b93cf [file] [log] [blame]
cc = clang -arch arm64 -isysroot `xcrun --sdk iphoneos --show-sdk-path`
cflags = -fcolor-diagnostics -Weverything $
-Wno-padded -Wno-double-promotion -Wno-float-equal
out = out/ios$mode
rule run
command = touch $out
description = skipping $in
include build/common
disabled = (uname | grep -qv Darwin)