mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:57:46 +00:00
Meta: Make embed_as_string_view.py
usable by CMake builds :^)
This commit is contained in:
parent
4ead33d8fc
commit
af4642c826
3 changed files with 21 additions and 1 deletions
|
@ -33,7 +33,7 @@ template("embed_as_string_view") {
|
|||
"must set 'variable_name' in $target_name")
|
||||
|
||||
action(target_name) {
|
||||
script = "//Meta/gn/build/embed_as_string_view.py"
|
||||
script = "//Meta/embed_as_string_view.py"
|
||||
|
||||
sources = [ invoker.input ]
|
||||
outputs = [ invoker.output ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue