Files
termux-packages/packages/luvi/0002-disable-luajit-version-check.patch
termux-pacman-bot 6e006dfe97 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 15:39:06 +00: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