pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Fix for multiple libraries not installing correctly in Ubuntu and Debian #46

Closed sharkwouter closed 4 years ago

sharkwouter commented 4 years ago

Ubuntu and Debian do not have /bin/sh linked to bash, so the installation script was not being run. This cause multiple dependency issues. I've also found that pixman didn't include a dependency check of libpng, which it does need.

This resolves https://github.com/pspdev/psptoolchain/issues/112

sharkwouter commented 4 years ago

With this change, the pspdev-docker container will only fail to build 2 libraries, SDL_image and SDL_ttf, down from 7.