mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Actually compile the GN binary in BuildGN.sh
The gen.py script only generates the build.ninja file for GN. We have to explicitly build it afterwards. This also sets the executable bit on BuildGN.sh.
This commit is contained in:
2
Toolchain/BuildGN.sh
Normal file → Executable file
2
Toolchain/BuildGN.sh
Normal file → Executable file
@@ -28,6 +28,8 @@ git fetch origin
|
||||
git checkout $GIT_REV
|
||||
|
||||
./build/gen.py --out-path="$BUILD_DIR" --allow-warnings
|
||||
ninja -C "$BUILD_DIR"
|
||||
|
||||
mkdir -p "$PREFIX_DIR/bin"
|
||||
cp "$BUILD_DIR/gn" "$PREFIX_DIR/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user