drhelius / Gearsystem

Sega Master System / Game Gear / SG-1000 emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
265 stars 46 forks source link

libretro: Fix android jni compile with clang #11

Closed webgeek1234 closed 6 years ago

webgeek1234 commented 6 years ago

Clang in the android NDK has a quirk where it doesn't automatically include atomic in the link list for armeabi. It doesn't hurt to add it for all, however.

drhelius commented 6 years ago

Thanks! I’d really appreciate if you could merge this same PR in Gearboy upstream.

webgeek1234 commented 6 years ago

Upstream? This is the repo the libretro buildbot points at right now, that's why I sent it here.