Commit Briefs

a81acc2cc9 Sergey Bronnikov

cmake: fix building on i386 (ligurio/gh-83-fix-i386-build, origin/ligurio/gh-83-fix-i386-build)


33dbfa0010 Sergey Bronnikov

cmake: raise an error if the library was not found (origin/master)

The package with Clang runtime libraries may be missing on the host, in that case the CMake function `SetClangLibPath()` will return the library name even though it's not missing. The patch raises an error if the path returned by the compiler doesn't exist.