fix define -> MESAGL

This commit is contained in:
Mathieu Virbel 2011-01-21 01:11:50 +01:00
parent e363ccbe63
commit e1024d8476
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py
KIVY_DIR = kivy/
mesabuild:
$(PYTHON) setup.py build_ext --inplace --define __MESA__
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
$(PYTHON) setup.py build_factory
build: