Replies: 1 comment
-
includes(path.join(os.getenv(XMAKE_TOOLS), "tool_xxx.lua")) |
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
-
Hello !
I have a set of functions in the description scope that I use in all my xmake.lua
I want to write something like this
But unfortunately, it seems that
includes
doesn't support the$(env XXX)
syntax.I can't write the absolute path because the project is meant to be built on multiple machines and multiple operating systems, so the absolute path is always different...
Does a workaround exists to solve my problem or am I screwed ?
Thank you in advance,
Mactul
Beta Was this translation helpful? Give feedback.
All reactions