xcbuild: allow building arm64 binaries
File paths are copied from XCode 12.
This commit is contained in:
committed by
Andrew Childs
parent
23cae56ca7
commit
bac1418031
@@ -28,7 +28,7 @@ let
|
||||
};
|
||||
|
||||
platforms = callPackage ./platforms.nix {
|
||||
inherit sdks xcodePlatform;
|
||||
inherit sdks xcodePlatform stdenv;
|
||||
};
|
||||
|
||||
xcconfig = writeText "nix.xcconfig" ''
|
||||
|
||||
Reference in New Issue
Block a user