mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-10 16:30:07 +00:00
Include TargetConditionals.h where needed
Fixes build failure "error: 'TARGET_OS_IPHONE' is not defined, evaluates to 0" on macOS with newer versions of clang.
This commit is contained in:
parent
6c4905d961
commit
5e87692102
@ -14,6 +14,7 @@
|
||||
|
||||
// TODO: figure out correct include paths for other platforms.
|
||||
#ifdef __APPLE__
|
||||
#include <TargetConditionals.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#else
|
||||
// These remain so that I can, at least for now, build the kiosk version under macOS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user