diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 11:32:58 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 11:32:58 +0100 |
commit | dee0756ff21c1f7dd4eea067dfb90feb1ba4763d (patch) | |
tree | 981ddd4ddc22bc1fae54ce3e0034da746571fb1a /unit_tests/shared.cpp | |
parent | 536a64557c82c350fd73ea64c6d4dd1737896579 (diff) | |
download | lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.tar.gz lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.tar.bz2 lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.zip |
lanes/core.[so|dll] → lanes_core.[so|dll]
Diffstat (limited to 'unit_tests/shared.cpp')
-rw-r--r-- | unit_tests/shared.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/shared.cpp b/unit_tests/shared.cpp index f9697a5..d139579 100644 --- a/unit_tests/shared.cpp +++ b/unit_tests/shared.cpp | |||
@@ -186,7 +186,7 @@ LuaState::LuaState(WithBaseLibs const withBaseLibs_, WithFixture const withFixtu | |||
186 | luaL_openlibs(L); | 186 | luaL_openlibs(L); |
187 | } else { | 187 | } else { |
188 | #if LUAJIT_FLAVOR() | 188 | #if LUAJIT_FLAVOR() |
189 | // lanes.core relies on the presence of jit to detect LuaJIT/PUC-Lua mismatches | 189 | // lanes_core relies on the presence of jit to detect LuaJIT/PUC-Lua mismatches |
190 | luaL_requiref(L, LUA_JITLIBNAME, luaopen_jit, 1); | 190 | luaL_requiref(L, LUA_JITLIBNAME, luaopen_jit, 1); |
191 | lua_pop(L, 1); | 191 | lua_pop(L, 1); |
192 | #endif // LUAJIT_FLAVOR | 192 | #endif // LUAJIT_FLAVOR |