You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile some lua file to luajit bytecode.
we have "/data/data/com.termux/files/usr/share/luajit-2.1.0-beta3/?.lua" passed on lua global variable package.path, but ...
All "jit" modules stored in /data/data/com.termux/files/usr/share/luajit-2.1/
thats diff location with /data/data/com.termux/files/usr/share/luajit-2.1--.0-beta3/-- (global variable package.path)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
package.path
, but .../data/data/com.termux/files/usr/share/luajit-2.1/
thats diff location with
/data/data/com.termux/files/usr/share/luajit-2.1
--.0-beta3/-- (global variable package.path)for now, I using simple shell script like:
Beta Was this translation helpful? Give feedback.
All reactions