From 8e3c9ccd0988b558b08c4f4cca11d252a5b8f093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Wed, 15 Feb 2023 18:41:34 +0100 Subject: [PATCH] `linux64-liblowercase` doesn't seem to be needed anymore --- linux/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 41f2252..2c523dc 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -84,7 +84,6 @@ bootstrap : dir winsdk $$t/mach artifact toolchain --from-build linux64-cbindgen && \ $$t/mach artifact toolchain --from-build linux64-clang && \ $$t/mach artifact toolchain --from-build linux64-dump_syms && \ - $$t/mach artifact toolchain --from-build linux64-liblowercase && \ $$t/mach artifact toolchain --from-build linux64-nasm && \ $$t/mach artifact toolchain --from-build linux64-node && \ $$t/mach artifact toolchain --from-build linux64-rust-cross && \