mirror of
https://github.com/pret/agbcc.git
synced 2026-04-24 14:59:17 -05:00
Merge pull request #26 from 916253/patch-1
Remove trailing slash to fix macOS compatibility
This commit is contained in:
commit
119616d503
|
|
@ -7,7 +7,7 @@ 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 -R libc/include $1/tools/agbcc/ #drop include, because we don't want include/include
|
||||
cp ginclude/* $1/tools/agbcc/include/
|
||||
cp libgcc.a $1/tools/agbcc/lib/
|
||||
cp libc.a $1/tools/agbcc/lib/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user