mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-29 10:48:21 +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/
|