From 50116462d255cd21ea86efc4400f9dd04dcf9a05 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 25 Aug 2021 22:17:53 +0200 Subject: [PATCH] "cross" build for x86_64-unknown-linux-musl --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 619b0fc..263aa7a 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,11 @@ release-%: -vv --no-dev-version --exclude-unchanged \ $* +static: static-x86_64 + +static-%: + cross build --target $*-unknown-linux-musl --features vendored-openssl + ########################################################################### # OK, rather than doing it myself (per