mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
[CI] Upgrade Emscripten to 2.0.27.
Update Godot Javascript FS library to manually depend on ERRNO_CODES.
This commit is contained in:
parent
a031579286
commit
71fb2429a0
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ autoAddDeps(GodotConfig, '$GodotConfig');
|
|||
mergeInto(LibraryManager.library, GodotConfig);
|
||||
|
||||
const GodotFS = {
|
||||
$GodotFS__deps: ['$FS', '$IDBFS', '$GodotRuntime'],
|
||||
$GodotFS__deps: ['$ERRNO_CODES', '$FS', '$IDBFS', '$GodotRuntime'],
|
||||
$GodotFS__postset: [
|
||||
'Module["initFS"] = GodotFS.init;',
|
||||
'Module["copyToFS"] = GodotFS.copy_to_fs;',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue