Libretro: Fix Wii compiling by adding required -ffat-lto-objects
authorsaulfabreg Wii VC Project <saulfabregamboa@outlook.com>
Fri, 8 Mar 2024 18:32:10 +0000 (13:32 -0500)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Sat, 9 Mar 2024 18:06:59 +0000 (19:06 +0100)
commit8cca318242ba13c40b1a362f321eae898923f9df
tree97f574d32f3b27c9dde7b7b32781196aed7cc1d7
parent3f5918225a73bf7485abddd003b5749bca1a2fb4
Libretro: Fix Wii compiling by adding required -ffat-lto-objects

Otherwise when compiling the final dol will result in compilation errors because of missing Libretro dependencies.
(dirty, quick-fix) workaround for stop the compiler messages of "plugin needed to handle lto object"
Makefile.libretro