mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
Correct a typo in the target defines.
This commit is contained in:
parent
2045b67c4b
commit
3c7d2d684c
@ -3,7 +3,7 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#if defined(TARGET_OS_IOS)
|
||||
#if TARGET_OS_IOS
|
||||
#include <OpenGLES/ES2/gl.h>
|
||||
#include <OpenGLES/ES2/glext.h>
|
||||
#else
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#if defined(TARGET_OS_IOS)
|
||||
#if TARGET_OS_IOS
|
||||
#include <OpenGLES/ES2/glext.h>
|
||||
#include <OpenGLES/ES3/gl.h>
|
||||
#else
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#if defined(TARGET_OS_IOS)
|
||||
#if TARGET_OS_IOS
|
||||
#include <OpenGLES/ES2/gl.h>
|
||||
#else
|
||||
#include <OpenGL/gl.h>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#if defined(TARGET_OS_IOS)
|
||||
#if TARGET_OS_IOS
|
||||
#include <OpenGLES/ES3/gl.h>
|
||||
#else
|
||||
#include <OpenGL/gl.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user