[SCons] Add support for custom build tools and platforms#1391
[SCons] Add support for custom build tools and platforms#1391dsnopek merged 1 commit intogodotengine:masterfrom
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
dsnopek
left a comment
There was a problem hiding this comment.
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.pyinside/path/to/tools/)E.g.: