Closed kalinon closed 4 years ago
Should fix #41 will use find_clang.cr to locate llvm libs and not llvm_map_components_to_libnames
find_clang.cr
llvm_map_components_to_libnames
Great, will try this and adapt after merge so that find_clang accepts a switch for the format in which to print libs, rather than us having to sed it later. Thanks.
sed
Confirmed that it fixes the issue.
Should fix #41 will use
find_clang.cr
to locate llvm libs and notllvm_map_components_to_libnames