Skip to content

Commit db90553

Browse files
authored
Fix error from moving between repositories
1 parent 0ada2ee commit db90553

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
@@ -1036,7 +1036,7 @@ def get_libcall_files(self):
10361036
path='system/lib/libc/musl/src/errno',
10371037
filenames=['__errno_location.c'])
10381038

1039-
html5_files += files_in_path(
1039+
html5_files = files_in_path(
10401040
path='system/lib/html5',
10411041
filenames=['callback.c'])
10421042

0 commit comments

Comments
 (0)