8 lines
162 B
Plaintext
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)
|