Fixed assembly instructions blocking compilation on iOS

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-06 11:18:23 +01:00
parent 72bc35a219
commit 854599005a

View File

@ -74,6 +74,7 @@ mv gmp-$GMP_VERSION gmp
echo -n " checking..."
cd gmp
./configure --prefix=$DIR/install_data/php/ext/gmp \
--disable-assembly \
--disable-shared >> $DIR/install.log 2>&1
echo -n " compiling..."
make >> $DIR/install.log 2>&1