You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Update Godot Javascript FS library to manually depend on ERRNO_CODES.
Fixes compatibility with Emscripten 2.0.26+.
(cherry picked from commit 71fb2429a0)
This commit is contained in:
committed by
Rémi Verschelde
parent
f604b32081
commit
2e8081cef2
@@ -103,7 +103,7 @@ autoAddDeps(GodotConfig, '$GodotConfig');
|
|||||||
mergeInto(LibraryManager.library, GodotConfig);
|
mergeInto(LibraryManager.library, GodotConfig);
|
||||||
|
|
||||||
const GodotFS = {
|
const GodotFS = {
|
||||||
$GodotFS__deps: ['$FS', '$IDBFS', '$GodotRuntime'],
|
$GodotFS__deps: ['$ERRNO_CODES', '$FS', '$IDBFS', '$GodotRuntime'],
|
||||||
$GodotFS__postset: [
|
$GodotFS__postset: [
|
||||||
'Module["initFS"] = GodotFS.init;',
|
'Module["initFS"] = GodotFS.init;',
|
||||||
'Module["copyToFS"] = GodotFS.copy_to_fs;',
|
'Module["copyToFS"] = GodotFS.copy_to_fs;',
|
||||||
|
|||||||
Reference in New Issue
Block a user