Changeset 4633 for pjproject


Ignore:
Timestamp:
Oct 23, 2013 8:39:04 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc): Fixed compilation error on iOS by setting AR_FLAGS (introduced in r4628) in configure-iphone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure-iphone

    r4591 r4633  
    126126export LDFLAGS="${LDFLAGS} ${ARCH} -isysroot ${SDKPATH} -framework AudioToolbox -framework Foundation" 
    127127export AR="${TCPATH}/usr/bin/libtool -static -o" 
     128export AR_FLAGS=" " 
    128129export RANLIB="echo ranlib" 
    129130# Use gcc -E as preprocessor instead of cpp, since cpp will find the 
Note: See TracChangeset for help on using the changeset viewer.