diff options
Diffstat (limited to 'engine/SCons/__main__.py')
-rw-r--r-- | engine/SCons/__main__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/SCons/__main__.py b/engine/SCons/__main__.py new file mode 100644 index 0000000..0dfbb9d --- /dev/null +++ b/engine/SCons/__main__.py @@ -0,0 +1,4 @@ +import SCons.Script +# this does all the work, and calls sys.exit +# with the proper exit status when done. +SCons.Script.main() |