mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:57:45 +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:
parent
00826b2512
commit
10298f1e9a
6 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ template("compile_qt_resource_file") {
|
|||
action_foreach(target_name) {
|
||||
forward_variables_from(invoker, [ "sources" ])
|
||||
|
||||
script = "//Meta/gn/secondary/Ladybird/invoke_process_with_args.py"
|
||||
script = "//Meta/gn/build/invoke_process_with_args.py"
|
||||
|
||||
outputs = [ "$target_gen_dir/rcc_{{source_name_part}}.cpp" ]
|
||||
depfile = "$target_gen_dir/rcc_{{source_name_part}}.cpp.d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue