-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
[SCons] Add support for custom build tools and platforms #1391
Conversation
Some notes (for future PRs maybe): It might be nice to be able to override the allowed architectures (though it might end up being a feature creep)
We might want to move (some or all) the "targets.py" back into the platform tools (maybe as an import?) |
3049703
to
c34fefb
Compare
c34fefb
to
9fe4f0d
Compare
Use with: `scons platform=os2 custom_tools=/path/to/tools` (assuming you have an `os2.py` inside `/path/to/tools/`)
9fe4f0d
to
baaad7a
Compare
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.
This looks great to me! I tested it with the os2.py example script, and it seems to be working great too :-)
Cherry-picked for 4.2 in PR #1410 |
Cherry-picked for 4.1 in PR #1411 |
Use with:
scons platform=os2 custom_tools=/path/to/tools
(assuming you have an
os2.py
inside/path/to/tools/
)E.g.: