summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 00aa8bf..664dfb6 100755
--- a/install.sh
+++ b/install.sh
@@ -8,6 +8,7 @@ if [ "$1" != "" ]; then
cp old_agbcc $1/tools/agbcc/bin/
cp ginclude/* $1/tools/agbcc/include/
cp libgcc.a $1/tools/agbcc/lib/
+ cp libc.a $1/tools/agbcc/lib/
else
echo "Usage: install.sh PATH"
fi