0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/luvi/0002-disable-luajit-version-check.patch
Komo 8f33e67894
fix,enhance,bump(main/luvi): bump to fixed version 2.15.0 (#22341)
Bump to fixed version, use shared lpeg, enables zlib, and fix luajit version symbol.
2024-11-22 16:11:09 +01:00

13 lines
315 B
Diff

diff --git a/src/main.c b/src/main.c
index 3329716..84f73c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -62,7 +62,6 @@ static lua_State* vm_acquire(){
#endif
#else
#ifndef LUAJIT_MISSING_VERSION_SYM // debian patches luajit to remove this symbol, so we can't check it.
- LUAJIT_VERSION_SYM();
#endif
#endif