Skip to content
Snippets Groups Projects
Commit 34d3d19e authored by Thomas Guillem's avatar Thomas Guillem
Browse files

build: change ndk toolchain path

It will now be located on vlc/build-${tupple}/ndk/toolchains
parent b1d41af8
No related branches found
No related tags found
1 merge request!104build: make compile-liblvc.sh a standalone script
Pipeline #6950 passed with stage
in 27 minutes and 8 seconds
......@@ -104,7 +104,7 @@ VLC_OUT_LDLIBS="-L$VLC_OUT_PATH/libs/${ANDROID_ABI} -lvlc"
#################
# NDK TOOLCHAIN #
#################
NDK_TOOLCHAIN_DIR=${PWD}/toolchains/${PLATFORM_SHORT_ARCH}
NDK_TOOLCHAIN_DIR=${VLC_OUT_PATH}/toolchains
NDK_TOOLCHAIN_PATH=${NDK_TOOLCHAIN_DIR}/bin
# Add the NDK toolchain to the PATH, needed both for contribs and for building
# stub libraries
......
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