diff options
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 | ||