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