Skip to content

Commit d98f9cd

Browse files
inkydragonKristofferC
authored andcommitted
build: remove extra .a file (#53596)
fix #53569 (cherry picked from commit b50344f)
1 parent f8fd7fd commit d98f9cd

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)