1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +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
+1
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.