We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26177 commit 1454c2cCopy full SHA for 1454c2c
1 file changed
pebble_tool/commands/sdk/project/build.py
@@ -142,6 +142,7 @@ def run_moddable_prebuild(self):
142
cmd = [
143
'mcrun',
144
'-m', './src/embeddedjs/manifest.json',
145
+ '-f', 'x',
146
'-p', f'pebble/{platform}',
147
'-t', 'build',
148
'-o', mcrun_output_dir,
0 commit comments