Skip to content

Commit aa26177

Browse files
committed
Remove -f x flag from mcrun command
1 parent 6915a4d commit aa26177

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • pebble_tool/commands/sdk/project

pebble_tool/commands/sdk/project/build.py

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

0 commit comments

Comments
 (0)