shithub: 9pro

Download patch

ref: 3b3a842fbfa7287dc7769e5d51e2b7241841ccc1
parent: cc048783edc4110c8d6dd61ac4b23ef463c45d46
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue May 19 13:49:04 EDT 2020

fix readme

--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 To build static binaries with musl:
 
 ```
-musl-gcc CFLAGS="-Os -s -g0 -static" ./build.sh
+CC=musl-gcc CFLAGS="-Os -s -g0 -static" ./build.sh
 ```
 
 # Why