ios cross cc-wrapper: Fail assertion to avoid breaking tarball job

Previously, this wasn't being evaluated by CI.
This commit is contained in:
John Ericson 2017-08-21 11:50:29 -04:00
parent b7b815b45d
commit 056a389d3b

View file

@ -18,6 +18,11 @@
* x86_64-apple-darwin14 | x86_64 | true
*/
# Apple uses somewhat non-standard names for this. We could fall back on
# `targetPlatform.parsed.cpu.name`, but that would be a more standard one and
# likely to fail. Better just to require something manual.
assert targetPlatform ? arch;
let
prefix = targetPlatform.config;