Skip to content

Commit e734871

Browse files
authored
Fix Lua benchmark (#16069)
1 parent d25fb17 commit e734871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def build(self, parent, filename, args, shared_args, emcc_args, native_args, nat
215215
# add additional emcc args at the end, which may override other things
216216
# above, such as minimal runtime
217217
cmd += emcc_args + self.extra_args
218-
if 'FORCE_FILESYSTEM' not in cmd:
218+
if '-sFORCE_FILESYSTEM' not in cmd:
219219
cmd += ['-sFILESYSTEM=0']
220220
if PROFILING:
221221
cmd += ['--profiling-funcs']

0 commit comments

Comments
 (0)