1
0
mirror of https://codeberg.org/1414codeforge/lua-osx.git synced 2025-04-28 08:48:51 +02:00
lua-osx/config.macosx

8 lines
162 B
Plaintext

# MacOSX configuration
LIB_EXTENSION = dylib
OBJ_EXTENSION = o
LIBFLAG = -bundle -undefined dynamic_lookup -all_load
_src = dir_unix.c
_cflags = -I$(LUA_INCDIR)