Skip to content

Commit

Permalink
working on macos port
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed May 8, 2024
1 parent e34b49b commit 69e9b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/macOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
unix_cmd.extend([
'LV_PORT=unix',
f'USER_C_MODULES="{script_dir}/ext_mod"',
'"CFLAGS_EXTRA=-Wno-unused-function -Wno-double-promotion"'
'"CFLAGS_EXTRA=-Wno-unused-function -Wno-double-promotion -Wno-unused-command-line-argument"'
])

unix_cmd.extend(extra_args)
Expand Down

0 comments on commit 69e9b13

Please sign in to comment.