mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
libcCrossChooser: fix xcode eval
it should be targetPackages.darwin.iosSdkPkgs.libraries
This commit is contained in:
parent
fdfe5b028b
commit
40f4b67302
@ -9284,7 +9284,7 @@ with pkgs;
|
||||
else if name == "uclibc" then targetPackages.uclibcCross
|
||||
else if name == "musl" then targetPackages.muslCross or muslCross
|
||||
else if name == "msvcrt" then targetPackages.windows.mingw_w64 or windows.mingw_w64
|
||||
else if targetPlatform.useiOSPrebuilt then targetPackages.iosSdkPkgs.libraries
|
||||
else if targetPlatform.useiOSPrebuilt then targetPackages.darwin.iosSdkPkgs.libraries
|
||||
else if name == "libSystem" then darwin.xcode
|
||||
else throw "Unknown libc";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user