Changing the Lua path for libraries? #79
Answered
by
TorchedSammy
lmartinez-mirror
asked this question in
Q&A
-
Hi, I'm in the middle of refactoring Hilbish's dependencies on the AUR. Is there a way to change the paths Hilbish searches for the libraries at compile time (e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
TorchedSammy
Nov 8, 2021
Replies: 1 comment 1 reply
-
hilbish already looks for lua libraries in the standard path like the one you described (in addition to the custom ones), |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lmartinez-mirror
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hilbish already looks for lua libraries in the standard path like the one you described (in addition to the custom ones),
except its for 5.1 since the lua interpreter for hilbish is only 5.1
if you still want to change it, change either
dataDir
orrequirePaths
via the -X flag of go build