Skip to content

Commit 0c8255e

Browse files
committed
sets compiler
1 parent 9224b85 commit 0c8255e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/unix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
6060
unix_cmd.extend([
6161
f'LV_CFLAGS="{lv_cflags}"',
6262
f'LV_PORT=unix',
63+
'CC=gcc',
64+
'GCC=gcc',
6365
f'USER_C_MODULES="{script_dir}/ext_mod"'
6466
])
6567
unix_cmd.extend(extra_args)

0 commit comments

Comments
 (0)