Add core build

This commit is contained in:
Antoine Martin 2023-09-05 22:15:53 -04:00
parent 511b829e03
commit 411a576e7e
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -59,9 +59,10 @@ prepare() {
build() {
export PATH="$PATH:$srcdir/npm_cache/bin"
msg "Building 3rdparty"
cd "$builddir"/core/Common/3dParty
./make.sh
msg "Building core"
cd "$builddir"/build_tools
./configure.py --update 0 --module "core"
./make.py
msg "Building webapps"
cd "$builddir"/web-apps/build
npm install