Replies: 2 comments 3 replies
-
Run target might do the trick: https://mesonbuild.com/Reference-manual_functions.html#run_target |
Beta Was this translation helpful? Give feedback.
3 replies
-
I filled #13206 ticket for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
run_command()
is documented to workon configure time. On build time there is
a
custom_target()
, but it wants to createa file, rather than to return the command
output as a string.
Is there a similar function to
run_command()
,but for build time?
Beta Was this translation helpful? Give feedback.
All reactions