Skip to content

Commit

Permalink
Update lauxlib.rs (#351)
Browse files Browse the repository at this point in the history
lua54 in lua53 src.
  • Loading branch information
Aymen-Hakim authored Dec 27, 2023
1 parent 0b9a85e commit bf79d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlua-sys/src/lua53/lauxlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct luaL_Reg {
pub func: lua_CFunction,
}

#[cfg_attr(all(windows, raw_dylib), link(name = "lua54", kind = "raw-dylib"))]
#[cfg_attr(all(windows, raw_dylib), link(name = "lua53", kind = "raw-dylib"))]
extern "C-unwind" {
pub fn luaL_checkversion_(L: *mut lua_State, ver: lua_Number, sz: usize);

Expand Down

0 comments on commit bf79d6c

Please sign in to comment.