mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Make CC and LD configurable
This commit is contained in:
parent
3cfdb878dd
commit
6bb007b75f
@ -21,8 +21,8 @@ MAC_CFLAGS=-O2 -fno-common $(WARN) $(INCDIR) $(DEFS)
|
||||
MAC_LDFLAGS=-bundle -undefined dynamic_lookup $(LIBDIR)
|
||||
|
||||
INSTALL = install
|
||||
CC = cc
|
||||
LD = $(MYENV) cc
|
||||
CC ?= cc
|
||||
LD ?= $(MYENV) cc
|
||||
CFLAGS += $(MYCFLAGS)
|
||||
LDFLAGS += $(MYLDFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user