1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-12 21:58:10 +03:00

build: fixed LOAD_ENVIRONMENT for out of tree builds

This commit is contained in:
Andrew Tridgell 2010-04-04 21:14:21 +10:00
parent ccfce0bbae
commit dfdabffae3

View File

@ -396,7 +396,8 @@ def LOAD_ENVIRONMENT():
from new commands'''
import Environment
env = Environment.Environment()
env.load('bin/c4che/default.cache.py')
env.load('.lock-wscript')
env.load(env.blddir + '/c4che/default.cache.py')
return env