mirror of
https://codeberg.org/1414codeforge/lua-osx.git
synced 2025-02-16 12:10:45 +01:00
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)
|