-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Open
Labels
OS-emscriptenbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement
Description
@freakboy3742's desired improvements to the Emscripten build script:
cleanshould be a little more selective. It currently destroys all ofcross-build; it should only be purging the parts of cross-build that are emscripten specific (so that Emscripten, iOS and Android builds can co-exist). This is admittedly a "me" problem... but it's a problem I have :-)- The
cross-builddirectory name should be configurable. Again, this is somewhat a "me" problem... but I currently need to have cross builds for 3.10-3.15, and they can't currently co-exist. - We shouldn't be building dependencies (libFFI and mpdec) on every build. A similar caching strategy to the one described for EMSDK should be possible - look to this directory; if the cache has a build for the right emscripten version, use it rather than rebuilding.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OS-emscriptenbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement