Skip to content

Commit b9436f3

Browse files
committed
mksh: use CFLAGS
1 parent b0d5959 commit b9436f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/mksh/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh -e
22

3-
CC="gcc -static" sh Build.sh
3+
CFLAGS="$CFLAGS -static" sh Build.sh
44

55
install -Dm755 "mksh" "$1/usr/bin/mksh"

0 commit comments

Comments
 (0)