summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-05-14 08:51:51 -0400
committerTony Crisci <tony@dubstepdish.com>2018-05-14 08:51:51 -0400
commit66e49518d3f2d9ca0c6a0ee929fba7f8fc85dc01 (patch)
treeb65a6c7583d53b6d76886bedf89eb831932bb563 /src
parent31fa9173ae67628df7b7eaad4610263220d3a2f6 (diff)
downloadmlua-66e49518d3f2d9ca0c6a0ee929fba7f8fc85dc01.zip
find system lua with pkg-config
Diffstat (limited to 'src')
-rw-r--r--src/ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index f72045c..69183b1 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -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);