Skip to content

Commit 6c64076

Browse files
committed
working on macOS build
1 parent a77fdc8 commit 6c64076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/macOS.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
6565
unix_cmd.extend([
6666
f'LV_CFLAGS="{lv_cflags}"',
6767
f'LV_PORT=unix',
68-
f'USER_C_MODULES="{script_dir}/ext_mod"'
68+
f'USER_C_MODULES="{script_dir}/ext_mod"',
69+
f'CFLAGS=-Wno-unused-function'
6970
])
7071
unix_cmd.extend(extra_args)
7172

0 commit comments

Comments
 (0)