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:
parent
ccfce0bbae
commit
dfdabffae3
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user