-
I use |
Beta Was this translation helpful? Give feedback.
Answered by
dcbaker
Jan 26, 2024
Replies: 1 comment 1 reply
-
No, machine files do not allow shell evaluation. They do have a some basic concatenation, math, and interpolation abilities, but nothing like a turing completely shell language. If you really need that you'll need to approach it the other way and generate the toolchain file from a script and then consume that. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stsp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, machine files do not allow shell evaluation. They do have a some basic concatenation, math, and interpolation abilities, but nothing like a turing completely shell language. If you really need that you'll need to approach it the other way and generate the toolchain file from a script and then consume that.