diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile | 4 |
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 |
| 17 | PLAT?=linux | 17 | PLAT?=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 |
| 21 | LUAV?=5.1 | 21 | LUAV?=5.1 |
| 22 | 22 | ||
| @@ -234,7 +234,7 @@ O_ucrt64=o | |||
| 234 | CC_ucrt64=gcc | 234 | CC_ucrt64=gcc |
| 235 | DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ | 235 | DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ |
| 236 | -DWINVER=0x0501 | 236 | -DWINVER=0x0501 |
| 237 | CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common | 237 | CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common |
| 238 | # \ | 238 | # \ |
| 239 | -fvisibility=hidden | 239 | -fvisibility=hidden |
| 240 | LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o | 240 | LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o |
