mirror of
https://codeberg.org/1414codeforge/lua-osx.git
synced 2025-02-10 09:00:43 +01:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
# Generic Unix configuration
|
|
LIB_EXTENSION = so
|
|
OBJ_EXTENSION = o
|
|
LIBFLAG = -shared
|
|
|
|
_src = dir_unix.c
|
|
_cflags = -I$(LUA_INCDIR)
|