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
Currently, the Makefile-based build of Terra statically links LuaJIT, LLVM and Clang. This results in several unpleasant hacks that cause problems on various systems. Adding the ability to (optionally) dynamically link would hopefully reduce or remove the need for these hacks.
This was partially fixed by #321, except it isn't quite smart enough to find the Clang dynamic libraries. We'll need to make FindClang.cmake smarter if we want to be fix in general.
Currently, the Makefile-based build of Terra statically links LuaJIT, LLVM and Clang. This results in several unpleasant hacks that cause problems on various systems. Adding the ability to (optionally) dynamically link would hopefully reduce or remove the need for these hacks.
Needed to link default packages in Arch (#308).
The text was updated successfully, but these errors were encountered: