nixpkgs/pkgs/development/tools/xcbuild
Matthew Bauer f8f3384638
xcbuild: fix sdk dir name issue
Previously, this error was coming up in xcbuild:

ld: malformed 32-bit x.y.z version number: 1068638

It’s an interesting error because it only happens with certain hashes for the
nixpkgs sdk. For instance, on latest nixpkgs unstable channel, the hash for the
xcbuild sdk is:

/nix/store/w6mwbdaz9calyii0fyxspl51f1068638-nix.nixpkgs.sdk

that is an issue we pass -isysroot ${sdk} to clang where it will interpret that
hanging "1068638". It would probably go away as soon as the hash changes but
this hacky fix will solve the problem.
2017-09-01 15:11:12 -05:00
..
default.nix meson/ninja: add setup hooks (#28444) 2017-08-27 19:42:21 +02:00
platform.nix xcbuild: fix sdk dir name issue 2017-09-01 15:11:12 -05:00
return-false.patch xcbuild: assorted fixes and cleanups 2017-03-21 23:22:15 -04:00
sdk.nix xcbuild: Update toolchain 2016-11-15 18:58:09 -06:00
setup-hook.sh xcbuild: Get rid of developer.nix, move to wrapper 2016-11-15 19:13:23 -06:00
toolchain.nix ibtool: rename xib2nib 2017-04-12 03:23:28 -05:00
wrapper.nix Revert "xcbuild: try to fix sdk not found" 2017-04-12 05:20:33 -05:00