Blender Git Commit Log

Git Commits -> Revision cb2f833

Revision cb2f833 by Nathan Letwory (master)
February 5, 2006, 00:03 (GMT)
* Made options evaluate differently, so setting one option properly
propagates to related options:

In (platform)-config.py
BF_PYTHON_VERSION = '2.4'
BF_PYTHON_INC = '/usr/include/python${BF_PYTHON_VERSION}'

In user-config.py
BF_PYTHON_VERSION = '2.3'

This will now have BF_PYTHON_INC evaluate actually to
'/usr/include/python2.3' and not to '/usr/include/python2.4' as with
the old way. Reported by Chris Want.

Todo: also use in other platform configurations.

Commit Details:

Full Hash: cb2f833aa5d6cb34464e960b6ded607035f78f2f
SVN Revision: 6664
Parent Commit: 727f832
Lines Changed: +17, -17

1 Modified Path:

/config/linux2-config.py (+17, -17) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021