diff options
Diffstat (limited to 'src/engine/SCons/Executor.py')
| -rw-r--r-- | src/engine/SCons/Executor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/SCons/Executor.py b/src/engine/SCons/Executor.py index bb10ea0..b9d9897 100644 --- a/src/engine/SCons/Executor.py +++ b/src/engine/SCons/Executor.py @@ -50,6 +50,8 @@ class Executor: self.overridelist = overridelist self.targets = targets self.sources = sources[:] + if not action: + raise SCons.Errors.UserError, "Executor must have an action." def get_build_env(self): """Fetch or create the appropriate build Environment |
