You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using psp-pgk-config with the -libs flag, it should return all libraries required for linking to work. This is a big problem for the SDL helper libraries for example.
The text was updated successfully, but these errors were encountered:
SDL2 is only missing SDL2main. SDL2_ttf now has support for setting the libraries in the pc file per platform through CMake, the ones for PSP just need to be added.
In a branch for OceanPop where I'm trying to clean up the CMakeLists.txt file by using pkg-config for the PSP build I still need to add the following dependencies manually for it to work:
When using psp-pgk-config with the
-libs
flag, it should return all libraries required for linking to work. This is a big problem for the SDL helper libraries for example.The text was updated successfully, but these errors were encountered: