Commit 50e96dd4 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout/opengl: TARGET_OS_MAC is also defined for iOS, so this isn't valid divider

parent 2c265111
......@@ -31,7 +31,7 @@
#ifdef __APPLE__
# include "TargetConditionals.h"
# if defined(TARGET_OS_MAC)
# if !defined(TARGET_OS_IPHONE)
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment