lua-osx/config.unix

8 lines
129 B
Plaintext
Raw Permalink Normal View History

2022-12-11 18:58:11 +01:00
# Generic Unix configuration
LIB_EXTENSION = so
OBJ_EXTENSION = o
LIBFLAG = -shared
_src = dir_unix.c
_cflags = -I$(LUA_INCDIR)