2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Default to Python 2.4 in Unix builds

Applied contributed patches http://tinyurl.com/ndljr and
http://tinyurl.com/18r


[SVN r35138]
This commit is contained in:
Dave Abrahams
2006-09-16 18:43:53 +00:00
parent 3972c82f15
commit 01bf84ffbc

View File

@@ -109,6 +109,7 @@ rule init ( version ? : root ? : includes ? : libraries ?
rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
{
version ?= 2.4 ;
root ?= /usr ;
includes ?= $(root)/include/python$(version) ;
libraries ?= $(root)/lib/python$(version)/config ;