mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-06 06:32:39 +00:00
Fixed tvOS build, which is both __IOS__ and __TVOS__
This commit is contained in:
@@ -98,7 +98,8 @@
|
|||||||
#if TARGET_OS_TV
|
#if TARGET_OS_TV
|
||||||
#undef __TVOS__
|
#undef __TVOS__
|
||||||
#define __TVOS__ 1
|
#define __TVOS__ 1
|
||||||
#elif TARGET_OS_IPHONE
|
#endif
|
||||||
|
#if TARGET_OS_IPHONE
|
||||||
#undef __IOS__
|
#undef __IOS__
|
||||||
#define __IOS__ 1
|
#define __IOS__ 1
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user