-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Open
Labels
OS-androidbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement
Description
The Android build script has a couple of minor differences to the iOS and Emscripten build scripts that are relatively easy to accomodate:
- The
buildtarget only allows you to to specify a host, notbuildorhostsorall - The
cleantarget doesn't have allow you to specify a host at all, so you can't delete all host builds without also deleting the build python, or clean a single host (at least, not with thecleancommand) - The cache folder for downloads isn't configurable
- The
cross-builddirectory isn't configurable.
We should aim for feature parity and consistency of UI between these scripts, wherever possible.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OS-androidbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement