use symlinks-path for libclang

This commit is contained in:
ohfp 2020-03-29 13:52:56 +02:00
parent 27edeaacf2
commit 74b5e9ab48

View file

@ -21,7 +21,7 @@ cat >${CI_PROJECT_DIR}/mozconfig <<END
ac_add_options --enable-application=browser
# to build on ubuntu and pick up clang
ac_add_options --with-libclang-path="/usr/lib/${CARCH}-linux-gnu/libclang-cpp.so.9"
ac_add_options --with-libclang-path="/usr/lib/llvm-9/lib"
ac_add_options --with-clang-path="/usr/bin/clang-9"
# This supposedly speeds up compilation (We test through dogfooding anyway)