mirror of https://github.com/kivy/kivy.git
Makefile: move mesabuild after build. Otherwise a simple invocation of make: `build' is up to date. will build mesa...
This commit is contained in:
parent
fe504d7553
commit
6638f978f5
6
Makefile
6
Makefile
|
@ -2,12 +2,12 @@ PYTHON = python
|
|||
CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py
|
||||
KIVY_DIR = kivy/
|
||||
|
||||
mesabuild:
|
||||
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
|
||||
|
||||
build:
|
||||
$(PYTHON) setup.py build_ext --inplace
|
||||
|
||||
mesabuild:
|
||||
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
|
||||
|
||||
pdf:
|
||||
$(MAKE) -C doc latex && make -C doc/build/latex all-pdf
|
||||
|
||||
|
|
Loading…
Reference in New Issue