Skip to content

Commit

Permalink
Add sysroots of Debian 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Aug 24, 2024
1 parent 5ed3aa4 commit 0579da4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ make install
declare -ra targets=(
# 'ia64-unknown-linux-gnu'
# 'alpha-unknown-linux-gnu'
'x86_64-unknown-linux-gnu'
# 'i386-unknown-linux-gnu'
# 'x86_64-unknown-linux-gnu'
'i386-unknown-linux-gnu'
# 'arm-unknown-linux-gnueabi'
# 'arm-unknown-linux-gnueabihf'
# 'hppa-unknown-linux-gnu'
Expand Down Expand Up @@ -348,6 +348,10 @@ while read item; do
for library in "${libraries[@]}"; do
for bit in "${bits[@]}"; do
for file in "../../${triplet}/lib${bit}/${library}"*; do
if [[ "${file}" == *'*' ]]; then
continue
fi

ln --symbolic "${file}" './'
done
done
Expand Down

0 comments on commit 0579da4

Please sign in to comment.