mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
correct paths
This commit is contained in:
parent
b3d7b09f95
commit
dbf2c27e7b
|
|
@ -12,7 +12,7 @@ fi
|
|||
|
||||
for f in $prefix/bin/* \
|
||||
$prefix/$target/bin/* \
|
||||
$prefix/$package/libexec/gcc/$target/$GCC_VER/*
|
||||
$prefix/libexec/gcc/$target/$GCC_VER/*
|
||||
do
|
||||
# exclude dll for windows, so for linux/osx, directories .la files, embedspu script & the gccbug text file
|
||||
if ! [[ "$f" == *.dll || "$f" == *.so || -d $f || "$f" == *.la || "$f" == *-embedspu || "$f" == *-gccbug ]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user