Ignore:
Timestamp:
Aug 6, 2015 9:15:11 AM (9 years ago)
Author:
ming
Message:

Re #1870: Modified the last identifier of the build triplet from darwin to darwin_ios to distinguish between iOS and MacOS platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Makefile

    r5137 r5150  
    6868$(PJSUA_EXE): 
    6969        $(MAKE) -f $(RULES_MAK) APP=PJSUA app=pjsua $(subst /,$(HOST_PSEP),$(BINDIR)/$@) 
    70         @if echo "$(TARGET_NAME)" | grep -q "apple-darwin$$"; then \ 
     70        @if echo "$(TARGET_NAME)" | grep -q "apple-darwin_ios$$"; then \ 
    7171          for F in $(filter %$(TARGET_NAME).a,$(PJ_LIBXX_FILES)); do \ 
    7272            if test -f $$F; then \ 
     
    9696          echo '$(BINDIR)/$(PJSYSTEST_EXE): $(APP_LIB_FILES)' >> .pjsystest-$(TARGET_NAME).depend; \ 
    9797        fi 
    98         @if echo "$(TARGET_NAME)" | grep -q "apple-darwin$$"; then \ 
     98        @if echo "$(TARGET_NAME)" | grep -q "apple-darwin_ios$$"; then \ 
    9999          for F in $(filter %$(TARGET_NAME).a,$(PJ_LIBXX_FILES)); do \ 
    100100            tmp=`echo $${F##*/} | sed -e "s/\-$(TARGET_NAME)\.a/.a/"`; \ 
Note: See TracChangeset for help on using the changeset viewer.