Move tools to site_scons/site_tools, which is the canonical scons tools directory. Pass env["toolpath"] down the tool chain in godotcpp.py. - #1645
Conversation
2fa8d65 to
00766c9
Compare
|
Ok, I also solved one issue where I hope the new implementation is now more idiomatic. One reason I changed it is because I was running into issues trying to use custom tool and working directories, and the current implementation made it impossible because of path assumptions. |
447d663 to
55cc681
Compare
…ls directory. Pass toolpath down the tool chain in godotcpp.py.
55cc681 to
4ec54f3
Compare
|
I don't know about this. The Also, setting a custom
Can you explain in more detail the problem you were having? Perhaps there is a simpler solution. |
There's a bit of a background to this PR. I opened #1646 to let you in on my thoughts. |
|
Closing as per GDExtension meeting discussion. I will open small PRs to address specific issues brought up in #1646. |
We should strive to adapt tool standards.
With this change, passing
toolpathis no longer required in normal cases. Read more here: https://scons.org/doc/production/HTML/scons-user/ch07s04.html#id1354