We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092655c commit c9936c8Copy full SHA for c9936c8
contrib/corrosion-cmake/CMakeLists.txt
@@ -99,7 +99,7 @@ if (USE_MUSL)
99
set(RUST_CXXFLAGS "${RUST_CXXFLAGS} -D_LIBCPP_HAS_MUSL_LIBC=1")
100
endif ()
101
102
-if(CCACHE_EXECUTABLE MATCHES "/chcache$")
+if(CCACHE_EXECUTABLE MATCHES "/chcache$" OR CCACHE_EXECUTABLE MATCHES "/sccache$")
103
message(STATUS "Using RUSTC_WRAPPER: ${CCACHE_EXECUTABLE}")
104
set(RUSTCWRAPPER "${CCACHE_EXECUTABLE}")
105
else()
0 commit comments