summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/SCons/scons-3.0.1/engine/SCons/__main__.py')
-rw-r--r--3rdParty/SCons/scons-3.0.1/engine/SCons/__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdParty/SCons/scons-3.0.1/engine/SCons/__main__.py b/3rdParty/SCons/scons-3.0.1/engine/SCons/__main__.py
new file mode 100644
index 0000000..0dfbb9d
--- /dev/null
+++ b/3rdParty/SCons/scons-3.0.1/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()