mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
fixed make bootstrap
This commit is contained in:
parent
d3422f2b2b
commit
51d3c53ed1
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue