Skip to content

Commit 6545516

Browse files
committed
update system_libs
1 parent 743739d commit 6545516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ class libwasmfs(MTLibrary):
13591359
def get_files(self):
13601360
return files_in_path(
13611361
path='system/lib/wasmfs',
1362-
filenames=['syscalls.cpp', 'file_table.cpp', 'file.cpp', 'wasmfs.cpp', 'streams.cpp', 'memory_file_backend.cpp'])
1362+
filenames=['syscalls.cpp', 'file_table.cpp', 'file.cpp', 'wasmfs.cpp', 'streams.cpp', 'memory_file.cpp', 'memory_file_backend.cpp'])
13631363

13641364
def can_build(self):
13651365
return settings.WASMFS

0 commit comments

Comments
 (0)