Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleraptor committed Jan 19, 2024
1 parent 59611f9 commit 88290bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sysroot/sysroot-creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ StripChecksumsFromPackageList() {
}

######################################################################
# This is the part of the script that brings shame upon your clan.
#
######################################################################

HacksAndPatches() {
Expand All @@ -376,9 +376,8 @@ HacksAndPatches() {
#
# Otherwise we have to hardcode the install locations in the build system.
# Dealing with the possible combinations of arch, os, whether we're building
# with a sysroot or not is a nightmare.
#
# This is a hack - but it's the least bad option.
# with a sysroot or not, etc... is too much to keep straight. So we'll deal
# with it here.
cd ${INSTALL_ROOT}/usr/lib/${TRIPLE}
ln -s ./blas/libblas.so libblas.so
ln -s ./blas/libblas.a libblas.a
Expand Down

0 comments on commit 88290bf

Please sign in to comment.