Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate environment variables recipe/tool definitions #12

Open
micahsnyder opened this issue Oct 31, 2019 · 0 comments
Open

Evaluate environment variables recipe/tool definitions #12

micahsnyder opened this issue Oct 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@micahsnyder
Copy link
Contributor

It is currently not possible to use environment variables in recipe/tool definitions.
For example, a user-only (not system-wide) install of NASM compiler will install to:
"%userprofile%\AppData\Local\bin\NASM\nasm.exe"

Python's os.path.expandvars() function would solve this, and should be applied anywhere than environment variable support is needed (tool check strings, build scripts, etc).

@micahsnyder micahsnyder added the enhancement New feature or request label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant