mirror of
https://github.com/pret/agbcc.git
synced 2026-08-25 11:54:15 -05:00
dont forget to be recursive
This commit is contained in:
@@ -7,7 +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 -R libc/include/ $1/tools/agbcc/include/
|
||||
cp libgcc.a $1/tools/agbcc/lib/
|
||||
cp libc.a $1/tools/agbcc/lib/
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user