Replies: 1 comment 3 replies
-
|
Rules (with propertydefinition) might help: Else there is premake.api.register, but not sure it should be exposed to users. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Taking the example from the docs for luac, how would I add different flags given complex filter combinations like:
filter {"configurations:not Dev-*", "system:windows"}
if those configurations would result in many many repeats of
buildcommand.I've tried (the obviously wrong) concatenating a string for filter scopes which doesn't work like that I know.
What's the suggested way?
Something like:
Beta Was this translation helpful? Give feedback.
All reactions