EasyRPG / buildscripts

The scripts used to compile needed libraries for supported platform ports on our Jenkins server
https://ci.easyrpg.org/view/Toolchains/
Other
17 stars 18 forks source link

psvita: Allow the cmake toolchain finding libfmt #113

Closed carstene1ns closed 3 years ago

carstene1ns commented 3 years ago

Needed for EasyRPG/Player#2602.

Ghabry commented 3 years ago

do you plan to upstream this patch?

carstene1ns commented 3 years ago

Generally, the cmake toolchain in the vitasdk needs a big overhaul for cmake 3+, since it is based on 2.6 (https://github.com/vitasdk/vita-toolchain/commit/ff4084e26167e072356655570b113b37d28028f2) Not sure if I am the right one for this task, so this was the easier route for now.

Ghabry commented 3 years ago

alright, also based on the doc using SYSTEM_PREFIX_PATH is the way to go (never used that variable before :D)