Skip to content

Commit 1454c2c

Browse files
committed
Revert "Remove -f x flag from mcrun command"
This reverts commit aa26177.
1 parent aa26177 commit 1454c2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • pebble_tool/commands/sdk/project

pebble_tool/commands/sdk/project/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def run_moddable_prebuild(self):
142142
cmd = [
143143
'mcrun',
144144
'-m', './src/embeddedjs/manifest.json',
145+
'-f', 'x',
145146
'-p', f'pebble/{platform}',
146147
'-t', 'build',
147148
'-o', mcrun_output_dir,

0 commit comments

Comments
 (0)