1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-25 02:09:53 +02:00

add more modules

This commit is contained in:
lxsang
2019-11-18 10:31:08 +01:00
parent 92ff433198
commit 4daf40c2d3
13 changed files with 37 additions and 2330 deletions

View File

@ -1,6 +0,0 @@
include ../../../../var.mk
LIB_NAME=ffi.$(LIB_EXT)
LIB_OBJ= ffi.o
LIB_CONF= -lffi
include ../../lib.mk

4
lib/ffi/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
lib_LTLIBRARIES = ffi.la
ffi_la_LDFLAGS = -module -avoid-version -shared -lffi
ffi_la_SOURCES = ffi.c
libdir=$(prefix)/lib/lua/

View File

@ -5,7 +5,7 @@
#include "../lualib.h"
#include "../../lua-api.h"
#include "utils.h"
#include <antd/utils.h>
#include <stdint.h>