Files
lua-osx/config.macosx
2022-12-11 18:58:11 +01:00

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)