diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 12:45:57 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 12:45:57 +0200 |
commit | 4303197adc8f8bdd7bee214eaae860af8468864f (patch) | |
tree | eb662fd911342b803f22eb63566eb8ad36ed0e0f /binary_tarball | |
parent | nope, have to install cbindgen separately it seems (diff) | |
download | librewolf-linux-4303197adc8f8bdd7bee214eaae860af8468864f.tar.gz librewolf-linux-4303197adc8f8bdd7bee214eaae860af8468864f.tar.bz2 librewolf-linux-4303197adc8f8bdd7bee214eaae860af8468864f.zip |
libclang-path
Diffstat (limited to 'binary_tarball')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index 97b4dd2..01abe07 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -20,6 +20,10 @@ cd $srcdir 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/" +ac_add_options --with-clang-path="/usr/bin/clang-9" + # This supposedly speeds up compilation (We test through dogfooding anyway) ac_add_options --disable-tests ac_add_options --disable-debug |