diff options
author | dweller <dweller@cabin.digital> | 2025-01-16 17:18:45 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-01-16 17:18:45 +0200 |
commit | 449c078661046665ba0cc87a0f632085a77df8a5 (patch) | |
tree | f28f961cf2c07e37fb77e34a882e5ba87e411eb3 /build-musl.sh |
Diffstat (limited to '')
-rwxr-xr-x | build-musl.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build-musl.sh b/build-musl.sh new file mode 100755 index 0000000..f373832 --- /dev/null +++ b/build-musl.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +CC="musl-gcc" +STATIC="-static" + +. ./build.sh |