mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-24 08:18:40 +00:00
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd $SOURCE
|
|
TOP=$(cd .. && echo $PWD)
|
|
export MOZBUILD_STATE_PATH=$TOP/mozbuild-state
|
|
[ -d $MOZBUILD_STATE_PATH ] || mkdir $MOZBUILD_STATE_PATH
|
|
|
|
exec ./mach build -v -j8
|