More makefile fixes for coop-compiler

This commit is contained in:
MysterD 2022-03-21 17:02:24 -07:00
parent 155f566eb9
commit b16e498793
1 changed files with 4 additions and 1 deletions

View File

@ -594,7 +594,10 @@ ifeq ($(OSX_BUILD),1)
AS := i686-w64-mingw32-as
endif
ifeq ($(COMPILER),gcc)
ifeq ($(WINDOWS_AUTO_BUILDER),1)
CC := cc
CXX := g++
else ifeq ($(COMPILER),gcc)
CC := $(CROSS)gcc
CXX := $(CROSS)g++
else ifeq ($(TARGET_WEB),1) # As in, web PC port