aboutsummaryrefslogtreecommitdiff
path: root/scripts/mksh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mksh.sh')
-rw-r--r--scripts/mksh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mksh.sh b/scripts/mksh.sh
index 6b29362..992df11 100644
--- a/scripts/mksh.sh
+++ b/scripts/mksh.sh
@@ -5,7 +5,6 @@ cd $build_dir
gzip -dc < ${dist_dir}/mksh-$VERSION.tgz | tar -xvf -
cd mksh
export LDFLAGS="-static"
-export CC="musl-gcc"
sh ./Build.sh
install -d $prefix/bin
install -m 555 mksh $prefix/bin/sh