From 0a25b83f116cb34235ea8b20fca42a0f2eaa0fe7 Mon Sep 17 00:00:00 2001 From: inky Date: Tue, 5 Mar 2024 04:00:14 -0600 Subject: [PATCH] build: remove extra .a file (#53596) fix #53569 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 89fe35b470094e..5ce3003dba2315 100644 --- a/Makefile +++ b/Makefile @@ -289,6 +289,7 @@ else ifeq ($(JULIA_BUILD_MODE),debug) -$(INSTALL_M) $(build_libdir)/libjulia-internal-debug.dll.a $(DESTDIR)$(libdir)/ endif -$(INSTALL_M) $(wildcard $(build_private_libdir)/*.a) $(DESTDIR)$(private_libdir)/ + -rm -f $(DESTDIR)$(private_libdir)/sys-o.a # We have a single exception; we want 7z.dll to live in private_libexecdir, # not bindir, so that 7z.exe can find it.