File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function build_freetype() {
17
17
cd $BUILD_freetype
18
18
push_arm
19
19
export LDFLAGS=" $LDFLAGS -L$BUILD_harfbuzz /src/.libs/"
20
- try ./configure --build=i686-pc-linux-gnu -- host=arm-linux-androideabi --prefix=$BUILD_freetype --without-zlib --with-png=no --enable-shared
20
+ try ./configure --host=arm-linux-androideabi --prefix=$BUILD_freetype --without-zlib --with-png=no --enable-shared
21
21
try make -j5
22
22
pop_arm
23
23
Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ function build_harfbuzz() {
22
22
cd $BUILD_harfbuzz
23
23
24
24
push_arm
25
- try ./configure --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix=" $BUILD_PATH /python-install" --enable-shared --without-freetype --without-glib
25
+ # ~ export LDFLAGS="-L$LIBS_PATH"
26
+ # ~ export LDSHARED="$LIBLINK"
27
+ # try ./configure --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --enable-shared --without-freetype --without-glib
28
+ # ~ try ./autogen.sh --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --without-freetype --without-glib
29
+ try ./configure --without-icu --host=arm-linux-androideabi --prefix=" $BUILD_PATH /python-install" --without-freetype --without-glib
26
30
try make -j5
27
31
pop_arm
28
32
try cp -L $BUILD_harfbuzz /src/.libs/libharfbuzz.so $LIBS_PATH
You can’t perform that action at this time.
0 commit comments