aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 868f98c..310fe4e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -16,7 +16,7 @@
16# platform to build for 16# platform to build for
17PLAT?=linux 17PLAT?=linux
18 18
19# LUAV: 5.1 5.2 5.3 5.4 19# LUAV: 5.1 5.2 5.3 5.4 5.5
20# lua version to build against 20# lua version to build against
21LUAV?=5.1 21LUAV?=5.1
22 22
@@ -234,7 +234,7 @@ O_ucrt64=o
234CC_ucrt64=gcc 234CC_ucrt64=gcc
235DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ 235DEF_ucrt64= -DLUASOCKET_$(DEBUG) \
236 -DWINVER=0x0501 236 -DWINVER=0x0501
237CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common 237CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common
238# \ 238# \
239 -fvisibility=hidden 239 -fvisibility=hidden
240LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o 240LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o