File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed 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