Mercurial > touhou
diff setup.py @ 553:8f51e34d911c
Refactor graphics backend selection, to make them fallbackable and optional.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 29 May 2014 12:31:55 +0200 |
parents | 94dd9862c470 |
children | 98380e4a0ee5 |
line wrap: on
line diff
--- a/setup.py +++ b/setup.py @@ -104,8 +104,6 @@ for directory, _, files in os.walk('pyto extension_names.append(extension_name) if extension_name == 'pytouhou.lib.sdl': compile_args = sdl_args - elif extension_name == 'pytouhou.ui.window' and use_opengl: - compile_args = opengl_args elif extension_name == 'pytouhou.ui.anmrenderer' and not anmviewer: extension_names.pop() continue