BobBuildTool/basement

[improvement] target-toolchain not available in build-shell

Closed this issue · 1 comments

buildScript: |
# Check if we're officially cross-compiling
cpackageCrossCompiling()

- buildScript: |
+ buildSetup: |
    # Check if we're officially cross-compiling
    cpackageCrossCompiling()

I would prefer to use the new buildSetup stuff here, wouldn't that a good idea?
So the e.g. CL also would be available in build.sh shell.

update: if we do this for ?all? classes, we also could call the functions inside the shell, like cmakeBuild.

Yes, this is a good idea.