Edit the environment variables in custom.py
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm trying to edit the environment for a build from within the custom.py config file. Is it still available? The only answers I found while searching were 7 years old (both Github Wiki and StackOverflow) and they suggest using Evironment() but it gives me a "NameError: name 'Environment' is not defined" error i tried importing "Evironment" and "evironment" but with no luck. Is there a way to do that?