Skip to content

Commit 069a647

Browse files
committed
working on macOS build
1 parent 427332b commit 069a647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/macOS.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
6666
f'LV_CFLAGS="{lv_cflags}"',
6767
f'LV_PORT=unix',
6868
f'USER_C_MODULES="{script_dir}/ext_mod"',
69+
'CFLAGS=-Wno-unused-function'
6970
])
7071
unix_cmd.extend(extra_args)
7172

0 commit comments

Comments
 (0)