summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:41:35 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:41:35 -0500
commit64edc892c3e53459b191079b91dbd24d7fa7c932 (patch)
treef976a87412aa87dad3b529a2ff8c0fd5dacf9c27
parent4b01df6ef8916eada88fdf40da6d558261fc9713 (diff)
move libc/include/ to agbcc/include/ in install.sh.
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 1be6a88..d458850 100755
--- a/install.sh
+++ b/install.sh
@@ -7,6 +7,7 @@ if [ "$1" != "" ]; then
cp agbcc $1/tools/agbcc/bin/
cp old_agbcc $1/tools/agbcc/bin/
cp ginclude/* $1/tools/agbcc/include/
+ cp libc/include/* $1/tools/agbcc/include/
cp libgcc.a $1/tools/agbcc/lib/
cp libc.a $1/tools/agbcc/lib/
else