Changeset 5137 for pjproject/trunk/configure-iphone
- Timestamp:
- Jul 29, 2015 2:31:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/configure-iphone
r4633 r5137 114 114 echo "$F: ARCH is not specified, choosing ${ARCH}" 115 115 fi 116 export ARCH_VAL=`echo ${ARCH} | sed 's/\-arch //' | sed -e 's/^[ \t]*//;s/[ \t]*$//' ` 116 117 117 118 # Set CXX if not set … … 142 143 echo " AR = ${AR}" 143 144 echo " RANLIB = ${RANLIB}" 145 echo " ARCH = ${ARCH_VAL}" 144 146 fi 145 147 146 148 # And finally invoke the configure script itself 147 ./aconfigure --host= arm-apple-darwin9--disable-sdl $*149 ./aconfigure --host=${ARCH_VAL}-apple-darwin --disable-sdl $* 148 150 149 151 if test "$?" = "0"; then
Note: See TracChangeset
for help on using the changeset viewer.