| 1: | func @createPantherBuild = (config: @build.PantherBuildConfig) -> Bool; |
Create a panther build in the build system. This function is only available in build-system mode.
config: build configuration
Result of the panther build (true if no errors).
(TODO)