diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ LUA_INC += -I/usr/include/lua5.1 | |||
14 | LIB_OPTION= -shared #for Linux | 14 | LIB_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 | ||
18 | MACOSX_DEPLOYMENT_TARGET= 10.5 | ||
19 | |||
17 | LIBNAME= $T.so.$V | 20 | LIBNAME= $T.so.$V |
18 | 21 | ||
19 | # Compilation directives | 22 | # Compilation directives |