You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if you rely on a generated file in a rule, it is impossible (as far as I can tell) to reference this file in a rule.
Would it be possible to have an equivalent to &-variable for generated files? A way to specify an absolute path in a variant build.
In Tuprules, you can create rules that will be evaluated in another directory with a Tupfile.
You can however reference files related to the Tuprules:
However, if you rely on a generated file in a rule, it is impossible (as far as I can tell) to reference this file in a rule.
Would it be possible to have an equivalent to &-variable for generated files? A way to specify an absolute path in a variant build.
I added a simple test case in this repository: https://code.ffreling.com/fabs/tup-recipes/src/branch/master/variant_path
Thanks.
The text was updated successfully, but these errors were encountered: