libretro / 81-libretro

A port of the EightyOne ZX81 Emulator to libretro
GNU General Public License v3.0
20 stars 30 forks source link

Fix explicit CC/CXX settings breaking Windows build #31

Closed Sanaki closed 3 years ago

Sanaki commented 3 years ago

Fixed CC/CC_AS/CXX to only set if unset in the Windows block. Without this, Windows builds come out as Linux binaries when cross-compiled. Applied the same fix to the ARM block, just in case.