fix(build): make vendored libmpack and libmpack-lua build properly

This commit is contained in:
Björn Linse
2021-09-04 17:05:22 +02:00
parent 4ef3c2c2c1
commit 2a08aeff1a
3 changed files with 16 additions and 16 deletions

3
src/mpack/lmpack.h Normal file
View File

@@ -0,0 +1,3 @@
#include <lua.h>
int luaopen_mpack(lua_State *L);