libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
45 stars 41 forks source link

fix-buildbot: Allow `platform` to be matched partially to `unix` instead of exactly #78

Closed hhromic closed 5 years ago

hhromic commented 5 years ago

Buildbot is currently failing for the linux-arm7neonhf target because the Makefile is incorrectly trying to match platform to exactly unix instead of partially. This PR fixes the issue and the build works now.

Tested build on Linux, ARM and Windows. Ref: http://p.0bl.net/83594

hhromic commented 5 years ago

Friendly pinging @twinaphex for reviewing/merging this PR. Thanks!

hhromic commented 5 years ago

The buildbot is still failing (checked just now) for this core on the linux-arm7neonhf platform:

px68k: [status: fail] [recipes/linux/cores-linux-arm7neonhf] LOG: http://p.0bl.net/88142

Any chances to get this PR merged @twinaphex ? Thanks and sorry for the annoyance :)

Edit: note that this PR is tested on Win/ARM/Linux and is building fine in all these.