diff options
Diffstat (limited to 'drivers/zlib/SCsub')
-rw-r--r-- | drivers/zlib/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/zlib/SCsub b/drivers/zlib/SCsub index d0bbcd452b..6a099aff52 100644 --- a/drivers/zlib/SCsub +++ b/drivers/zlib/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') # Not cloning the env, the includes need to be accessible for core/ |