p2000t / M2000

Emulator for the Philips P2000 home computer
GNU General Public License v3.0
7 stars 2 forks source link

Compilation for multiple unix platforms #137

Closed zoltanvb closed 5 months ago

zoltanvb commented 5 months ago

Hi, I noticed your PR for libretro-super, and decided to add this core also for the unofficial repo of armv7 cores that I maintain. Can you do a small change in the libretro makefile, so that it is compilable also for "unix-armv7-hf-neon"? This is used by some of the build scripts.

-ifeq ($(platform), unix)
+ifneq (,$(findstring unix,$(platform)))
dionoid commented 5 months ago

Done. Your core collection is here, right?

zoltanvb commented 5 months ago

Thanks a lot! Yes, it is that one.