1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-01-30 16:42:48 +01:00
2019-04-30 20:09:07 +02:00

6 lines
105 B
Makefile

include ../../../../var.mk
LIB_NAME=ffi.$(LIB_EXT)
LIB_OBJ= ffi.o
LIB_CONF= -lffi
include ../../lib.mk