Skip to content

Commit

Permalink
working on macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed May 8, 2024
1 parent c14cbd9 commit 76fdcf9
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'
'"CFLAGS_EXTRA=-Wno-unused-function -Wno-double-promotion"'
])

unix_cmd.extend(extra_args)
Expand Down

0 comments on commit 76fdcf9

Please sign in to comment.