From edc3bb03428384d4cd53b4c69d0be46048c0bbeb Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Mon, 5 Oct 2020 06:42:55 -0700 Subject: [PATCH] update rsp hle --- mupen64plus-rsp-hle/projects/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mupen64plus-rsp-hle/projects/unix/Makefile b/mupen64plus-rsp-hle/projects/unix/Makefile index 918ef4f..27a58b4 100755 --- a/mupen64plus-rsp-hle/projects/unix/Makefile +++ b/mupen64plus-rsp-hle/projects/unix/Makefile @@ -211,7 +211,7 @@ endif endif # set base program pointers and flags -CC ?= $(CROSS_COMPILE)gcc +CC = $(CROSS_COMPILE)gcc RM ?= rm -f INSTALL ?= install MKDIR ?= mkdir -p