"cross" build for x86_64-unknown-linux-musl

This commit is contained in:
Tony Garnock-Jones 2021-08-25 22:17:53 +02:00
parent 2cedd740a6
commit 50116462d2
1 changed files with 5 additions and 0 deletions

View File

@ -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