Skip to content
Snippets Groups Projects
Commit e0e1a393 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: include contrib as system headers

Change-Id: I66abdb4ee0fadfe87bfff6e413665e54515c8a8f
parent 457f271a
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ ${NDK_TOOLCHAIN_PATH}/clang++ \
${JNIDIR}/ring_wrapper.cpp \
${RING_BUILD_DIR}/src/.libs/libring.a \
-static-libstdc++ \
-I${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/include \
-isystem ${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/include \
-I${RING_SRC_DIR}/src \
-L${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/lib \
${STATIC_LIBS_ALL} \
......
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