From a163d73518a38e526c13798f1a1ac9835af067fb Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 29 Sep 2023 11:37:42 +0000 Subject: [PATCH] build(makefile/release): use `uname`; rm `strip` --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 678db80..50544de 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,8 +18,7 @@ install-include: hicolor.h install -m 0644 $< $(DESTDIR)$(PREFIX)/include release: clean test test-wine - strip hicolor hicolor.exe - cp hicolor hicolor-v"$$(./hicolor version)"-linux-x86_64 + cp hicolor hicolor-v"$$(./hicolor version)"-"$$(uname | tr 'A-Z' 'a-z')"-"$$(uname -m)" cp hicolor.exe hicolor-v"$$(./hicolor version)"-win32.exe test: all