Ccache still doesn't work with Clang.

This commit is contained in:
Roman Telezhynskyi 2024-01-12 16:34:17 +02:00
parent f73ac823d4
commit 52430657c3

View file

@ -56,8 +56,8 @@ Module {
pchSupport = false;
}else{
if (clangToolchain) {
if (Utilities.versionCompare(version, "4.6") < 0) {
console.info("ccache version < 4.6 is not compatible with Clang and precompiled headers.");
if (Utilities.versionCompare(version, "4.10") < 0) {
console.info("ccache version < 4.10 is not compatible with Clang and precompiled headers.");
pchSupport = false;
}
} else {