1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

Meta: Move invoke_process_with_args.py to common location

This script was already used by both Ladybird and the Kernel, so move it
into Meta/gn/build instead.
This commit is contained in:
Andrew Kaster 2023-10-22 14:38:34 -06:00 committed by Andrew Kaster
parent 00826b2512
commit 10298f1e9a
6 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ executable("Prekernel_bin") {
}
action("postprocess_prekernel") {
script = "//Meta/gn/secondary/Ladybird/invoke_process_with_args.py"
script = "//Meta/gn/build/invoke_process_with_args.py"
inputs = [ "$target_out_dir/Prekernel_bin" ]
outputs = [ "$target_gen_dir/Prekernel" ]
deps = [ ":Prekernel_bin" ]