Ticket #29121: Makefile.in.patch

File Makefile.in.patch, 887 bytes (added by steve@…, 13 years ago)

replaces -buildstyle with -configuration

  • Makefile.

    old new  
    155155
    156156ABQuery/pbxbuild.sh:
    157157        if [ "$(XCODEBUILD)" != "no" ]; then \
    158                 (cd ABQuery; xcodebuild -buildstyle Deployment; printf '#!/bin/sh\nmkdir ABQuery/sym\nEXE=ABQuery/build/ABQuery\nif test -x ABQuery/build/Deployment/ABQuery; then EXE=ABQuery/build/Deployment/ABQuery; fi\ncp $$EXE ABQuery/sym\n' > pbxbuild.sh; chmod a+x pbxbuild.sh) \
     158                (cd ABQuery; xcodebuild -configuration Deployment; printf '#!/bin/sh\nmkdir ABQuery/sym\nEXE=ABQuery/build/ABQuery\nif test -x ABQuery/build/Deployment/ABQuery; then EXE=ABQuery/build/Deployment/ABQuery; fi\ncp $$EXE ABQuery/sym\n' > pbxbuild.sh; chmod a+x pbxbuild.sh) \
    159159        else \
    160                 (cd ABQuery; pbxbuild -buildstyle Deployment export) \
     160                (cd ABQuery; pbxbuild -configuration Deployment export) \
    161161        fi
    162162
    163163clean: