OSDN Git Service

Use correct version of python for generate.py
authorAndrzej Giniewicz <gginiu@gmail.com>
Tue, 28 Dec 2010 17:49:19 +0000 (18:49 +0100)
committerJon Nordby <jononor@gmail.com>
Tue, 28 Dec 2010 19:53:56 +0000 (20:53 +0100)
commite1f1c217a4844cda8246317d58da631e76a5cb13
tree23834ede08a773cb9541de6bda9ce8347d6aa362
parentcda131664902e13b2dddcb169929f8c129414285
Use correct version of python for generate.py

The brushlib/generate.py is called by build script using "python generate.py",
if default Python is Python 3 as in my case, it makes the build fail on new
print-as-function syntax. Simply using same python version as for rest of
MyPaint fixes the issue.
SConstruct
brushlib/SConscript