blob: 1b1bd33180bee3dc2ac94e6315469dd1d63e2b99 [file] [log] [blame]
cc = clang -arch arm64 -isysroot `xcrun --sdk iphoneos --show-sdk-path`
cxx = clang++ -arch arm64 -isysroot `xcrun --sdk iphoneos --show-sdk-path`
cflags = -fcolor-diagnostics -Weverything
out = out/ios$mode
rule run
command = touch $out
description = skipping $in
include ninja/common
disabled = (uname | grep -qv Darwin)