Skip to content
Snippets Groups Projects
Commit 255957b0 authored by Adrien Béraud's avatar Adrien Béraud Committed by Pierre Duchemin
Browse files

build: remove unused flag

Change-Id: I7b5eb9e675eeef60b6ae365ccefe162d39fd2551
parent 87810c73
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ if [ -n "$HAVE_ARM" ]; then
fi
CPPFLAGS="-I${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/include "
LDFLAGS="$LDFLAGS -L${NDK_TOOLCHAIN_PATH}/${TARGET_TUPLE}/lib/${ANDROID_ABI} -L${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/lib "
LDFLAGS="$LDFLAGS -L${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/lib "
SYSROOT=$NDK_TOOLCHAIN_PATH/sysroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment