mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Define and use HOSTCC
Change-Id: If38c488233007e86c2e1e999861836a0ffbbf1e8
This commit is contained in:
@@ -35,7 +35,7 @@ kandinsky/src/font.c: kandinsky/fonts/rasterizer
|
||||
|
||||
kandinsky/fonts/rasterizer: kandinsky/fonts/rasterizer.c
|
||||
@echo "HOSTCC $@"
|
||||
gcc $(RASTERIZER_CFLAGS) $< $(RASTERIZER_LDFLAGS) -o $@
|
||||
@$(HOSTCC) $(RASTERIZER_CFLAGS) $< $(RASTERIZER_LDFLAGS) -o $@
|
||||
|
||||
products += $(font_files) kandinsky/fonts/rasterizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user