We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d5959 commit b9436f3Copy full SHA for b9436f3
community/mksh/build
@@ -1,5 +1,5 @@
1
#!/bin/sh -e
2
3
-CC="gcc -static" sh Build.sh
+CFLAGS="$CFLAGS -static" sh Build.sh
4
5
install -Dm755 "mksh" "$1/usr/bin/mksh"
0 commit comments