Replies: 1 comment
-
The product directory is retrieved once outside of the host/target loop now. The Here is a minimal example that might work. Note that both
EDIT: FIXED VARIABLES IN This code could likely change dramatically in the future. I don't understand why the third argument is ignored for
|
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
-
I'm dropping this here because it's kind of hard to call it a "bug", but wanted to ask (ping @jcbrill @bdbaddog ). We don't expose
SCons.Tool.MSCommon.vc.find_batch_file
officially as part of the SCons API. But... one of the larger users of SCons does reach in and use it anyway, and it has changed in SCons 4.6.0. Which it's absolutely allowed to do. But it woud be nice to be able to give them some advice. The usage appears here:https://github.com/godotengine/godot/blob/1ba920fada9efc8c4476ded50fe673b8db541366/methods.py#L729
I'm not quite sure why they need this... maybe we'll get enlightened over time. Meanwhile... the new version doesn't take the
env
argument, and does take apdir
last argument, which at this point the external project's code doesn't know. Thoughts on what we could suggest to them? Or just say "figure it out since you're not using published APIs"?Beta Was this translation helpful? Give feedback.
All reactions