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() { build() {
export PATH="$PATH:$srcdir/npm_cache/bin" export PATH="$PATH:$srcdir/npm_cache/bin"
msg "Building 3rdparty" msg "Building core"
cd "$builddir"/core/Common/3dParty cd "$builddir"/build_tools
./make.sh ./configure.py --update 0 --module "core"
./make.py
msg "Building webapps" msg "Building webapps"
cd "$builddir"/web-apps/build cd "$builddir"/web-apps/build
npm install npm install