mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-12-24 22:19:13 +01:00
Compare commits
1 Commits
hjelmeland
...
feature/co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b06176823d |
@@ -283,11 +283,11 @@ SOCKET=$(SOCKET_$(PLAT))
|
||||
#------
|
||||
# Settings selected for platform
|
||||
#
|
||||
CC=$(CC_$(PLAT))
|
||||
CC?=$(CC_$(PLAT))
|
||||
DEF=$(DEF_$(PLAT))
|
||||
CFLAGS=$(MYCFLAGS) $(CFLAGS_$(PLAT))
|
||||
LDFLAGS=$(MYLDFLAGS) $(LDFLAGS_$(PLAT))
|
||||
LD=$(LD_$(PLAT))
|
||||
LD?=$(LD_$(PLAT))
|
||||
LUAINC= $(LUAINC_$(PLAT))
|
||||
LUALIB= $(LUALIB_$(PLAT))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user