We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4771d1 + 134c1e9 commit 3e7e2afCopy full SHA for 3e7e2af
mk/rt.mk
@@ -288,6 +288,10 @@ JEMALLOC_DEPS := $(wildcard \
288
$(S)src/jemalloc/*/*/*/*)
289
endif
290
291
+# See #17183 for details, this file is touched during the build process so we
292
+# don't want to consider it as a dependency.
293
+JEMALLOC_DEPS := $(filter-out $(S)src/jemalloc/VERSION,$(JEMALLOC_DEPS))
294
+
295
JEMALLOC_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc)
296
ifeq ($$(CFG_WINDOWSY_$(1)),1)
297
JEMALLOC_REAL_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc_s)
0 commit comments