mirror of
https://github.com/mupen64plus/mupen64plus-ui-console.git
synced 2025-04-02 10:52:34 -04:00
Allow non-default compilers without resorting to symbolic links
This commit is contained in:
parent
089be953f2
commit
d0fdeafeb2
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ endif
|
|||
endif
|
||||
|
||||
# set base program pointers and flags
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
CXX = $(CROSS_COMPILE)g++
|
||||
CC ?= $(CROSS_COMPILE)gcc
|
||||
CXX ?= $(CROSS_COMPILE)g++
|
||||
RM ?= rm -f
|
||||
INSTALL ?= install
|
||||
MKDIR ?= mkdir -p
|
||||
|
|
Loading…
Add table
Reference in a new issue