pass __debug to manifest

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-27 16:20:46 +02:00
commit a165585699
2 changed files with 8 additions and 2 deletions

View file

@ -149,10 +149,13 @@ class Config:
env['__target_host'] = self.target_host
env['__global'] = self.path.out_dir
# Submit debug flag to manifest, can be used by emulator and types
env['__debug'] = "yes"
# Required for recording source
env['__cdist_manifest'] = manifest
# Required to find types
# Required to find types
env['__cdist_type_base_dir'] = self.path.type_base_dir
# Other environment stuff