Skip to content

Commit

Permalink
mksh: use CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schaefers committed Dec 31, 2019
1 parent b0d5959 commit b9436f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/mksh/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e

CC="gcc -static" sh Build.sh
CFLAGS="$CFLAGS -static" sh Build.sh

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

0 comments on commit b9436f3

Please sign in to comment.