We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996fe30 commit f191dcbCopy full SHA for f191dcb
Makefile
@@ -282,6 +282,7 @@ else ifeq ($(JULIA_BUILD_MODE),debug)
282
-$(INSTALL_M) $(build_libdir)/libjulia-internal-debug.dll.a $(DESTDIR)$(libdir)/
283
endif
284
-$(INSTALL_M) $(wildcard $(build_private_libdir)/*.a) $(DESTDIR)$(private_libdir)/
285
+ -rm -f $(DESTDIR)$(private_libdir)/sys-o.a
286
287
# We have a single exception; we want 7z.dll to live in private_libexecdir,
288
# not bindir, so that 7z.exe can find it.
0 commit comments