Glib fails to install: Create a link for otool

This commit is contained in:
dslm4515
2021-07-27 11:58:22 -05:00
parent d7075f624b
commit b9d86ffa99

View File

@ -33,6 +33,9 @@ read -p "Press Enter to install" &&
# if not using a package manager: # if not using a package manager:
# ninja install # ninja install
# Install may fail due to missint 'otool'. Use a link for now.
sudo -S ln -sv ../../bin/true /usr/bin/otool
# if using pkgtools from Slackware, then: # if using pkgtools from Slackware, then:
sudo -S DESTDIR=$BUILD ninja install && sudo -S DESTDIR=$BUILD ninja install &&