Windows does not have CC default

This commit is contained in:
Cubitect 2021-12-07 22:54:25 +01:00
parent 546d3511d4
commit 9bdc83b6ed

View File

@ -6,6 +6,7 @@ override CFLAGS += -Wall -Wextra -fwrapv
ifeq ($(OS),Windows_NT)
override CFLAGS += -D_WIN32
CC = gcc
RM = del
else
override LDFLAGS += -pthread