Mercurial > touhou
diff pytouhou/lib/sdl.pyxbld @ 420:3a7b36324611
Replace Pyglet’s image loader with our SDL2_image-based one.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 16 Jul 2013 21:07:15 +0200 |
parents | 63f59be04a54 |
children | b1248bab2d0f |
line wrap: on
line diff
--- a/pytouhou/lib/sdl.pyxbld +++ b/pytouhou/lib/sdl.pyxbld @@ -18,7 +18,7 @@ from distutils.extension import Extensio from subprocess import check_output COMMAND = 'pkg-config' -LIBRARIES = ['sdl2'] +LIBRARIES = ['sdl2', 'SDL2_image'] def make_ext(modname, pyxfilename): """ Compile and link with the corrects options. """