mirror of
https://github.com/pret/agbcc.git
synced 2026-04-25 07:19:40 -05:00
install.sh comment
This commit is contained in:
parent
5ddb810e2d
commit
d88495e3f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user