mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-26 15:32:04 +00:00
Merge pull request #1281 from ryandesign/TargetConditionals
Include TargetConditionals.h where needed
This commit is contained in:
commit
e6ed45cb71
@ -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