summaryrefslogtreecommitdiffstats
path: root/src/script/scons.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/scons.py')
-rw-r--r--src/script/scons.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index d8ad7b2..698c9b4 100644
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -160,4 +160,6 @@ sys.path = libs + sys.path
if __name__ == "__main__":
import SCons.Script
+ # this does all the work, and calls sys.exit
+ # with the proper exit status when done.
SCons.Script.main()