pspdev / psplibraries

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

Check in correct place for cmake toolchain script #42

Closed sharkwouter closed 4 years ago

sharkwouter commented 4 years ago

The cmake toolchain script is installed in a different place than where the check-cmake-toolchain-script script is looking by scripts in this repo.

dbeef commented 4 years ago

Pardon me, but I will investigate this the following weekend.

In the meantime, how did you encounter this issue? Just for the sake of reproducing.

sharkwouter commented 4 years ago

For this one you can just run ./libraries.sh from this repo. It will do a check to see which libraries are installed. It will fail to find the PSP.cmake file, show an error and reinstall it with the scripts/cmake-toolchain-scipt.sh script. This script installs it in $(psp-config --psp-prefix)/share/cmake, but the check script currently looks elsewhere.