Merge pull request #10519 from julianaito/master

Remove OpenBSD/macppc specific quirk
This commit is contained in:
Autechre 2020-04-27 20:29:40 +02:00 committed by GitHub
commit 3744f2454c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
#include <lv2/systime.h>
#endif
#if defined(__CELLOS_LV2__) || ( defined(__OpenBSD__) && defined(__powerpc__) )
#if defined(__CELLOS_LV2__)
#ifndef _PPU_INTRINSICS_H
#include <ppu_intrinsics.h>
#endif