-
-
Notifications
You must be signed in to change notification settings - Fork 692
[SCons] Move toolchains logic to tools folder, various improvements. #762
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
Conversation
50a187b to
813bad3
Compare
813bad3 to
7826dd3
Compare
SConstruct
Outdated
| elif sys.platform.startswith("freebsd"): | ||
| host_platform = "freebsd" | ||
| default_platform = "freebsd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be removed as removed further down.
akien-mga
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just a couple improvements to do as we discussed on chat (sync Android with godotengine/godot#61691).
7826dd3 to
7850785
Compare
|
Should be good to go once CI passes, note that I have another branch with an extra commit that also refactor "arch" inside the platform tools and move the global options to a |
|
Thanks! |
In this PR:
testgdextension file missing windows 32 bits.osxandios.