From: Matt Corallo Date: Tue, 27 Jul 2021 23:47:01 +0000 (+0000) Subject: Fix LLVM version-suffixed binary name checking X-Git-Tag: v0.0.99.3~4^2~13 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7ec48f29e4b2565bd1230611d069077e4ea15129;hp=7ec48f29e4b2565bd1230611d069077e4ea15129;p=ldk-c-bindings Fix LLVM version-suffixed binary name checking Most hosts will install clang/LLVM binaries with the -MAJOR_VER suffix, but we were searching for -MAJOR_VER.MINOR_VER suffix. ---