1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

Meta: Add a build helper script

This script automatically manages the toolchain and cmake/ninja folders
making it easier to manage the different target architectures.
This commit is contained in:
Tom 2021-03-07 12:37:29 -07:00 committed by Andreas Kling
parent b07310dc8b
commit 389dddd4b3
3 changed files with 208 additions and 2 deletions

View file

@ -12,7 +12,7 @@ echo "$DIR"
ARCH=${ARCH:-"i686"}
TARGET="$ARCH-pc-serenity"
PREFIX="$DIR/Local/$ARCH"
BUILD="$DIR/../Build"
BUILD="$DIR/../Build/$ARCH"
SYSROOT="$BUILD/Root"
MAKE="make"