Local build improvement redo #357
Reference in New Issue
Block a user
No description provided.
Delete Branch "local-build-improvement-redo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the last PR, with submodules instead of subtrees, and a few more things:
@@ -221,12 +248,15 @@ if platform == 'darwin':# Sometimes it's easier just to copy the dependencies into the repo dirI'm not really a fan of concatenating
os.getcwd()like this. I'd prefer to use a dedicated path join function (eitheros.pathorpathlib).