From 4c6883771c06d6fbfefa0d85e08d6517ad9d2fae 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 (cherry picked from commit b50344fa0a43bf1da7855a3dcd4dacaae65462bb) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 22e0f7e152859..ba96b5c71697c 100644 --- a/Makefile +++ b/Makefile @@ -282,6 +282,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.