Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/bugfix-21417.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Don't include any externals in emscripten standalones
5 changes: 4 additions & 1 deletion ide-support/revsaveasemscriptenstandalone.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ private command storeDeployedStack pZip, pDeployPath, pBuildFolder, pMainStack,
put tTempStackPath into pDeployParams["stackfile"]
put tTempDeployPath into pDeployParams["output"]
put empty into pDeployParams["engine"]


// Externals are not yet supported in emscripten builds
put empty into pDeployParams["externals"]

---------- Perform standalone deployment
logDebug "deploy", "Deploying standalone"

Expand Down