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 d3ee213 commit b50344fCopy full SHA for b50344f
Makefile
@@ -289,6 +289,7 @@ else ifeq ($(JULIA_BUILD_MODE),debug)
289
-$(INSTALL_M) $(build_libdir)/libjulia-internal-debug.dll.a $(DESTDIR)$(libdir)/
290
endif
291
-$(INSTALL_M) $(wildcard $(build_private_libdir)/*.a) $(DESTDIR)$(private_libdir)/
292
+ -rm -f $(DESTDIR)$(private_libdir)/sys-o.a
293
294
# We have a single exception; we want 7z.dll to live in private_libexecdir,
295
# not bindir, so that 7z.exe can find it.
0 commit comments