aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config3
1 files changed, 3 insertions, 0 deletions
diff --git a/config b/config
index 2fc9a78..4486599 100644
--- a/config
+++ b/config
@@ -14,6 +14,9 @@ LUA_INC += -I/usr/include/lua5.1
14LIB_OPTION= -shared #for Linux 14LIB_OPTION= -shared #for Linux
15#LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X 15#LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X
16 16
17# Minimum runtime OS version on macOS
18MACOSX_DEPLOYMENT_TARGET= 10.5
19
17LIBNAME= $T.so.$V 20LIBNAME= $T.so.$V
18 21
19# Compilation directives 22# Compilation directives