use symlinks-path for libclang
This commit is contained in:
parent
27edeaacf2
commit
74b5e9ab48
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue