mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +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:
parent
b07310dc8b
commit
389dddd4b3
3 changed files with 208 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue