diff options
author | Diego Nehab <diego@impa.br> | 2013-06-12 21:45:15 +0800 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-06-12 21:45:15 +0800 |
commit | 7cad902bb77ab5052a7dd5560dd76e9dbaac5002 (patch) | |
tree | f6503d27ff46c7498531aec7b2ed9e76bdee146a /src | |
parent | b34386ca5cee86ccb380eee4b40388381d59bcc1 (diff) | |
download | luasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.tar.gz luasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.tar.bz2 luasocket-7cad902bb77ab5052a7dd5560dd76e9dbaac5002.zip |
Fix makefile and test_socket_error.lua
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 50d5cc1..c24e61b 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -135,7 +135,7 @@ DEF_macosx= -DLUASOCKET_$(DEBUG) -DUNIX_HAS_SUN_LEN -DLUA_$(COMPAT)_MODULE \ | |||
135 | -DMIME_API='__attribute__((visibility("default")))' | 135 | -DMIME_API='__attribute__((visibility("default")))' |
136 | CFLAGS_macosx= -I$(LUAINC) $(DEF) -pedantic -Wall -O2 -fno-common \ | 136 | CFLAGS_macosx= -I$(LUAINC) $(DEF) -pedantic -Wall -O2 -fno-common \ |
137 | -fvisibility=hidden | 137 | -fvisibility=hidden |
138 | LDFLAGS_macosx= -bundle -undefined dynamic_lookup -o | 138 | LDFLAGS_macosx= -bundle -undefined dynamic_lookup -o |
139 | LD_macosx= export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc | 139 | LD_macosx= export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc |
140 | SOCKET_macosx=usocket.o | 140 | SOCKET_macosx=usocket.o |
141 | 141 | ||