lua-osx/config.macosx

8 lines
162 B
Plaintext
Raw Normal View History

2022-12-11 18:58:11 +01:00
# MacOSX configuration
LIB_EXTENSION = dylib
OBJ_EXTENSION = o
LIBFLAG = -bundle -undefined dynamic_lookup -all_load
_src = dir_unix.c
_cflags = -I$(LUA_INCDIR)