Skip to content

Commit b50344f

Browse files
authored
build: remove extra .a file (#53596)
fix #53569
1 parent d3ee213 commit b50344f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ else ifeq ($(JULIA_BUILD_MODE),debug)
289289
-$(INSTALL_M) $(build_libdir)/libjulia-internal-debug.dll.a $(DESTDIR)$(libdir)/
290290
endif
291291
-$(INSTALL_M) $(wildcard $(build_private_libdir)/*.a) $(DESTDIR)$(private_libdir)/
292+
-rm -f $(DESTDIR)$(private_libdir)/sys-o.a
292293

293294
# We have a single exception; we want 7z.dll to live in private_libexecdir,
294295
# not bindir, so that 7z.exe can find it.

0 commit comments

Comments
 (0)