dec1/Boost-for-Android

symbolic link llvm-3.5 to llvm in google's ndk-bundle/toolchains

Closed this issue · 1 comments

Create a symbolic link llvm-3.5 to llvm in google's ndk-bundle/toolchains dir (This is only necessary if you want to be able to build with clang)

Can you provide an example here.

Thanks.

dec1 commented

Open a linux terminal and change to the "toolchains" subdir of the directory where the ndk you wanto use is located (this is usually a "ndk-bundle" subdir of where Android Studio is installed if you didnt download a different ndk separately)
cd path_to_ndk_toolchains_dir

Create the link
ln -s ./llvm ./llvm-3.5