nixpkgs-suyu/pkgs/development/tools/xcbuild/setup-hook.sh
Matthew Bauer f1897116d0
xcbuild: temporarily fix cflags/ldflags
This gets everything to build.

adv_cmds: remove NIX_LDFLAGS

- unneeded
2016-11-15 18:58:09 -06:00

17 lines
280 B
Bash

xcbuildPhase() {
runHook preConfigure
echo "running xcodebuild"
xcodebuild
runHook postConfigure
}
if [ -z "$dontUseXcbuild" -a -z "$configurePhase" ]; then
configurePhase=xcbuildPhase
fi
# if [ -d "*.xcodeproj" ]; then
# buildPhase=xcbuildPhase
# fi