nixpkgs/pkgs/by-name/xc/xcbuild
Randy Eckenrode dd569d8913
xcbuild: avoid xcrun invoking itself via /usr/bin stubs
macOS ships with several stubs in `/usr/bin` that invoke `xcrun` to run
the tools from the active SDK. When `/usr/bin` is in `PATH`, this will
cause `xcrun` from xcbuild to invoke itself over and over. Filtering
`/usr/bin` from `xcrun`’s search path prevents this from happening.
2024-10-10 16:23:03 -04:00
..
patches xcbuild: avoid xcrun invoking itself via /usr/bin stubs 2024-10-10 16:23:03 -04:00
package.nix xcbuild: avoid xcrun invoking itself via /usr/bin stubs 2024-10-10 16:23:03 -04:00
setup-hook.sh