fixed make bootstrap

This commit is contained in:
oneflux 2025-04-22 21:29:17 -07:00
parent d3422f2b2b
commit 51d3c53ed1

View file

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