summaryrefslogtreecommitdiff
path: root/build-musl.sh
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2025-01-16 17:18:45 +0200
committerdweller <dweller@cabin.digital>2025-01-16 17:18:45 +0200
commit449c078661046665ba0cc87a0f632085a77df8a5 (patch)
treef28f961cf2c07e37fb77e34a882e5ba87e411eb3 /build-musl.sh
initial commitHEADmaster
Diffstat (limited to 'build-musl.sh')
-rwxr-xr-xbuild-musl.sh6
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