-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignoring path
and cpath
?
#202
Comments
Fails in dlopen, which is not something cpath or path can change. |
why is it failing? running manually works fine |
its tryna |
Printing out the /Users/frityet/Documents/Thor/lua_modules/lib/lua/5.1/?.so;/usr/local/share/lua/;/usr/local/lib/lua/;%{workspaceFolder}/?.so |
the first one is correct, the next ones are not |
Got it to work, but in the worst way. package.cpath = "/Users/frityet/Documents/Thor/lua_modules/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/?.so" this is bad, but it works, I would like a real fix |
The debug seems to be ignoring what I set for path/cpath
The text was updated successfully, but these errors were encountered: