mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
Remove OpenBSD/macppc specific quirk
OpenBSD/macppc moved to clang and __mftb() is not available anymore, leading to undefined references errors. It's fixed with #10383 already.
This commit is contained in:
parent
c88ffa56ff
commit
0e4857c8f6
@ -43,7 +43,7 @@
|
|||||||
#include <lv2/systime.h>
|
#include <lv2/systime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2__) || ( defined(__OpenBSD__) && defined(__powerpc__) )
|
#if defined(__CELLOS_LV2__)
|
||||||
#ifndef _PPU_INTRINSICS_H
|
#ifndef _PPU_INTRINSICS_H
|
||||||
#include <ppu_intrinsics.h>
|
#include <ppu_intrinsics.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user