mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Meta: Use correct helper process paths in the GN build
These changed to libexec in ea59bfaae7
.
This commit is contained in:
parent
e1e42f5f58
commit
9c6c3fe0d8
1 changed files with 8 additions and 8 deletions
|
@ -328,15 +328,15 @@ if (current_os != "mac") {
|
||||||
"WebWorker",
|
"WebWorker",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"$root_out_dir/bin/ImageDecoder",
|
|
||||||
"$root_out_dir/bin/Ladybird",
|
"$root_out_dir/bin/Ladybird",
|
||||||
"$root_out_dir/bin/RequestServer",
|
"$root_out_dir/libexec/ImageDecoder",
|
||||||
"$root_out_dir/bin/SQLServer",
|
"$root_out_dir/libexec/RequestServer",
|
||||||
"$root_out_dir/bin/WebContent",
|
"$root_out_dir/libexec/SQLServer",
|
||||||
"$root_out_dir/bin/WebDriver",
|
"$root_out_dir/libexec/WebContent",
|
||||||
"$root_out_dir/bin/WebSocket",
|
"$root_out_dir/libexec/WebDriver",
|
||||||
"$root_out_dir/bin/WebWorker",
|
"$root_out_dir/libexec/WebSocket",
|
||||||
"$root_out_dir/bin/headless-browser",
|
"$root_out_dir/libexec/WebWorker",
|
||||||
|
"$root_out_dir/libexec/headless-browser",
|
||||||
]
|
]
|
||||||
outputs = [ "{{bundle_executable_dir}}/{{source_file_part}}" ]
|
outputs = [ "{{bundle_executable_dir}}/{{source_file_part}}" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue