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 949c480 commit 196b727Copy full SHA for 196b727
depends/Makefile
@@ -127,6 +127,8 @@ $(host_arch)_$(host_os)_id_string+=$(shell $(host_RANLIB) --version 2>/dev/null)
127
$(host_arch)_$(host_os)_id_string+=$(shell $(host_STRIP) --version 2>/dev/null)
128
129
ifneq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
130
+# Make sure that cache is invalidated when switching between system and
131
+# depends-managed, pinned clang
132
build_id_string+=system_clang
133
$(host_arch)_$(host_os)_id_string+=system_clang
134
endif
0 commit comments