Ignore:
Timestamp:
Dec 19, 2019 11:31:55 AM (4 years ago)
Author:
nanang
Message:

Re #2256: Readjusted build configs (after r6120 & r6121) to accomodate the convention that CXXFLAGS always includes CFLAGS in all PJSIP modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure-iphone

    r6121 r6122  
    137137#ARCH="-arch armv6" 
    138138export CFLAGS="${CFLAGS} -DPJ_SDK_NAME=\"\\\"`basename $SDKPATH`\\\"\" ${ARCH} -isysroot ${SDKPATH}" 
    139 export CXXFLAGS="${CFLAGS}" 
    140139export LDFLAGS="${LDFLAGS} ${ARCH} -isysroot ${SDKPATH} -framework AudioToolbox -framework Foundation" 
    141140export AR="${TCPATH}/usr/bin/libtool -static -o" 
Note: See TracChangeset for help on using the changeset viewer.