Replies: 1 comment
-
If you don't want vendored build, you always can use custom linking options mentioned in the Compiling section (setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my system, both
liblua.a
andliblua.so
exist in the directory pointed to by thelua.pc
file used by pkg-config. Currently,liblua.so
is linked with. Is there a way to link withliblua.a
instead ofliblua.so
? I do not want to use vendored Lua.Beta Was this translation helpful? Give feedback.
All reactions