Replies: 4 comments 9 replies
-
A custom tool doesn't inject symbols into the global symbols. There's not a SCons provided way to add to the globals() in the context of a SConscript/SConstruct. You can |
Beta Was this translation helpful? Give feedback.
-
Add it in Search for site_scons in the manpage, and look at : https://scons.org/doc/production/HTML/scons-user.html#idm46358254405712 |
Beta Was this translation helpful? Give feedback.
-
As far as the implementation, that "magic" happens in |
Beta Was this translation helpful? Give feedback.
-
I wasn't talking about
|
Beta Was this translation helpful? Give feedback.
-
How does SCons make global symbols available without imports?
Is it possible to inject symbols dynamically? Like when a custom tool is loaded.
Beta Was this translation helpful? Give feedback.
All reactions