diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-05-14 08:51:51 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-05-14 08:51:51 -0400 |
commit | 66e49518d3f2d9ca0c6a0ee929fba7f8fc85dc01 (patch) | |
tree | b65a6c7583d53b6d76886bedf89eb831932bb563 /src | |
parent | 31fa9173ae67628df7b7eaad4610263220d3a2f6 (diff) | |
download | mlua-66e49518d3f2d9ca0c6a0ee929fba7f8fc85dc01.zip |
find system lua with pkg-config
Diffstat (limited to 'src')
-rw-r--r-- | src/ffi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ pub const LUA_GCSETPAUSE: c_int = 6; pub const LUA_GCSETSTEPMUL: c_int = 7; pub const LUA_GCISRUNNING: c_int = 9; -#[link(name = "lua5.3")] extern "C" { pub fn lua_newstate(alloc: lua_Alloc, ud: *mut c_void) -> *mut lua_State; pub fn lua_close(state: *mut lua_State); |