Browse Source

fix typo and Makefile

JNI-76
Hussein Kasem 7 years ago
parent
commit
2f414e208d
  1. 2
      android/external/Makefile

2
android/external/Makefile

@ -193,7 +193,7 @@ libassuan/Makefile: libassuan/configure
cd libassuan && \
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
./configure \
-F-disable-largefile \
--disable-largefile \
--host=$(HOST) \
--with-gpg-error-prefix=$(LOCAL) \
--prefix=$(LOCAL)

Loading…
Cancel
Save