mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Ensure that CC is set.
This commit is contained in:
@@ -18,6 +18,7 @@ else
|
||||
CFLAGS = -O2 -Wall
|
||||
endif
|
||||
|
||||
CC = gcc
|
||||
BUILD = $(CC) $(CFLAGS) -I$(PDCURSES_SRCDIR)
|
||||
LDFLAGS = -mwindows $(LIBCURSES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user