mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
ios cross cc-wrapper: Fail assertion to avoid breaking tarball job
Previously, this wasn't being evaluated by CI.
This commit is contained in:
parent
b7b815b45d
commit
056a389d3b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user