mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +01:00
4 lines
128 B
Makefile
4 lines
128 B
Makefile
lib_LTLIBRARIES = ffi.la
|
|
ffi_la_LDFLAGS = -module -avoid-version -shared -lffi
|
|
ffi_la_SOURCES = ffi.c
|
|
libdir=$(prefix)/lib/lua/
|