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