Allow CC and LD to be overrriden
This commit is contained in:
parent
733af884f1
commit
b06176823d
1 changed files with 2 additions and 2 deletions
|
@ -283,11 +283,11 @@ SOCKET=$(SOCKET_$(PLAT))
|
||||||
#------
|
#------
|
||||||
# Settings selected for platform
|
# Settings selected for platform
|
||||||
#
|
#
|
||||||
CC=$(CC_$(PLAT))
|
CC?=$(CC_$(PLAT))
|
||||||
DEF=$(DEF_$(PLAT))
|
DEF=$(DEF_$(PLAT))
|
||||||
CFLAGS=$(MYCFLAGS) $(CFLAGS_$(PLAT))
|
CFLAGS=$(MYCFLAGS) $(CFLAGS_$(PLAT))
|
||||||
LDFLAGS=$(MYLDFLAGS) $(LDFLAGS_$(PLAT))
|
LDFLAGS=$(MYLDFLAGS) $(LDFLAGS_$(PLAT))
|
||||||
LD=$(LD_$(PLAT))
|
LD?=$(LD_$(PLAT))
|
||||||
LUAINC= $(LUAINC_$(PLAT))
|
LUAINC= $(LUAINC_$(PLAT))
|
||||||
LUALIB= $(LUALIB_$(PLAT))
|
LUALIB= $(LUALIB_$(PLAT))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue