mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed unnecessary parameters
This commit is contained in:
parent
1b82c2c12f
commit
18eb44a54e
|
@ -51,11 +51,7 @@ export LDFLAGS="${LDFLAGS} -L${SYSROOT}/usr/lib"
|
|||
--with-sysroot="${SYSROOT}" \
|
||||
--with-libsodium-headers="${SODIUM_HOME}/libsodium-android-${TARGET_ARCH}/include" \
|
||||
--with-libsodium-libs="${SODIUM_HOME}/libsodium-android-${TARGET_ARCH}/lib" \
|
||||
--disable-soname-versions \
|
||||
--disable-av \
|
||||
--disable-ntox \
|
||||
--disable-daemon \
|
||||
--disable-phone \
|
||||
--prefix="${PREFIX}" && \
|
||||
|
||||
make clean && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user