diff --git a/Makefile b/Makefile index a071fd9..fef19b1 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,7 @@ set-target: mozbootstrap: cd $(of_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser -bootstrap: dir - (sudo apt-get -y install $(debs) || sudo dnf -y install $(rpms) || sudo pacman -Sy $(pacman)) +bootstrap: export CC=clang export CXX=clang++ make mozbootstrap