OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

build library stub from separate file #258

Closed 0xcaff closed 8 months ago

0xcaff commented 9 months ago

Build was failing because lib.cpp in the library_example has a bunch of external dependencies. For building the *.stub files, the implementation doesn't matter, only having the right symbols matters (its sorta like a header but in a .so) Added a .stub.c file with the same testLibraryFunction and a empty impl.

this fixes the build being broken on master