diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 00:46:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 00:46:45 -0500 |
commit | d88495e3f4061a411e654c7307aa94ac8a98c94b (patch) | |
tree | 05f295c00cbbc1d5987a05da37e746fb841d4d83 | |
parent | 5ddb810e2df03b8bd4d1db47c2658f156f7d6c83 (diff) |
install.sh comment
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,8 +6,8 @@ if [ "$1" != "" ]; then mkdir -p $1/tools/agbcc/lib cp agbcc $1/tools/agbcc/bin/ cp old_agbcc $1/tools/agbcc/bin/ + cp -R libc/include/ $1/tools/agbcc/ #drop include, because we don't want include/include cp ginclude/* $1/tools/agbcc/include/ - cp -R libc/include/ $1/tools/agbcc/include/ cp libgcc.a $1/tools/agbcc/lib/ cp libc.a $1/tools/agbcc/lib/ else |