libretro / daphne

14 stars 16 forks source link

Makefile fix to enable build for "unix-armv7-hardfloat-neon" #47

Closed zoltanvb closed 2 years ago

zoltanvb commented 2 years ago

"armv" platform is recognized by the makefile, but actual compilation was not successful for "unix-armv7-hardfloat-neon" (one of the options in libretro-super build scripts), due to link errors.

Added pthread and dl definitions from "unix" platform. Also made CC definition conditional, as it prevented cross-compiling.