-
I've tried to add a static library to be linked together with other libraries in my game, but things aren't working. |
Beta Was this translation helpful? Give feedback.
Answered by
myonmyuu
May 26, 2024
Replies: 1 comment
-
The solution was indeed to use libdirs { "path/to/lib" } and links { "libname" }, though variables in the path were causing issues. setting the path as a fixed string fixed everything. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
myonmyuu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution was indeed to use libdirs { "path/to/lib" } and links { "libname" }, though variables in the path were causing issues. setting the path as a fixed string fixed everything.