From 246fa31aeab9236f93915cd339a3329917ea96d0 Mon Sep 17 00:00:00 2001 From: CrispyBuns <57575774+CrispyBuns@users.noreply.github.com> Date: Tue, 14 Jul 2020 10:54:07 -0600 Subject: [PATCH] Add files via upload --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b78192ca..bc82c2cb 100644 --- a/Makefile +++ b/Makefile @@ -438,8 +438,8 @@ AS := i686-w64-mingw32-as endif ifneq ($(TARGET_WEB),1) # As in, not-web PC port - CC := $(CROSS)gcc - CXX := $(CROSS)g++ + CC ?= $(CROSS)gcc + CXX ?= $(CROSS)g++ else CC := emcc CXX := emcc