1
0
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:
Thomas Harte 2023-12-22 10:49:23 -05:00 committed by GitHub
commit e6ed45cb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.