From bc399e37318f8fc05b7f0bc1e2c5234daa530617 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 31 Mar 2015 12:37:00 +0300 Subject: [PATCH] add missing comma in tuple --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80d0cbebb..76d7c82ed 100644 --- a/setup.py +++ b/setup.py @@ -368,7 +368,7 @@ if platform not in ('ios', 'android') and (c_options['use_gstreamer'] # detect SDL2, only on desktop and iOS # works if we forced the options or in autodetection sdl2_flags = {} -if platform not in ('android') and c_options['use_sdl2'] in (None, True): +if platform not in ('android',) and c_options['use_sdl2'] in (None, True): if c_options['use_osx_frameworks'] and platform == 'darwin': # check the existence of frameworks