Skip to content

Commit 595bb8b

Browse files
committed
fixes missing '"'
1 parent 7731aa8 commit 595bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/macOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
6868
f'LV_CFLAGS="{lv_cflags}"',
6969
f'LV_PORT=unix',
7070
f'USER_C_MODULES="{script_dir}/ext_mod"',
71-
f'CFLAGS="-Wno-missing-field-initializers -Wno-unused-function -I"{script_dir}/lib/micropython"'
71+
f'CFLAGS="-Wno-missing-field-initializers -Wno-unused-function -I{script_dir}/lib/micropython"'
7272
])
7373
unix_cmd.extend(extra_args)
7474

0 commit comments

Comments
 (0)