Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

fix: error after linking to .a and .so #47

Closed kalinon closed 4 years ago

kalinon commented 4 years ago

Should fix #41 will use find_clang.cr to locate llvm libs and not llvm_map_components_to_libnames

docelic commented 4 years ago

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.

docelic commented 4 years ago

Confirmed that it fixes the issue.