Skip to content

Commit c4a9ea9

Browse files
committed
fix pipeline
1 parent 33328b5 commit c4a9ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/file_packager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def generate_js(data_target, data_files, metadata):
633633
Module['expectedDataFileDownloads'] ??= 0;
634634
Module['expectedDataFileDownloads']++;'''
635635

636-
if not options.modularize and not options.from_emcc:
636+
if not options.modularize:
637637
ret += '''
638638
(() => {'''
639639

0 commit comments

Comments
 (0)