blob: 585bd88f4549c4ef909516ae50882ca0546bfc29 [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)
no_hsw = true
no_skx = true