pspdev / psplibraries

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

[Feature Request] Add build_prx macro to cmake toolchain file #64

Closed sharkwouter closed 2 years ago

sharkwouter commented 4 years ago

Currently when using cmake there is no option to build a prx file. A prx file is required for debugging with psplink, which is really conventient. The build.mak file which is included in most make files does support building a prx file by setting BUILD_PRX = 1 in the makefile.

For reference, here is the build.mak file: https://github.com/pspdev/pspsdk/blob/master/src/base/build.mak