mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-03 16:20:40 +00:00
13 lines
315 B
Diff
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
|
|
|