summaryrefslogtreecommitdiffstats
path: root/src/engine/MANIFEST.in
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@darkstarsystems.com>2018-07-12 11:37:38 (GMT)
committerGary Oberbrunner <garyo@darkstarsystems.com>2018-07-13 19:55:22 (GMT)
commite00b7ef1f2f3f4bbc372d8b41c9d58c19a159d28 (patch)
treea5f764e5225661f44240a86fbbc5253bb9adbc11 /src/engine/MANIFEST.in
parent479537c49b86e820ec0240d5abb5443d6e72841a (diff)
downloadSCons-e00b7ef1f2f3f4bbc372d8b41c9d58c19a159d28.zip
SCons-e00b7ef1f2f3f4bbc372d8b41c9d58c19a159d28.tar.gz
SCons-e00b7ef1f2f3f4bbc372d8b41c9d58c19a159d28.tar.bz2
Add mingw.py to MANIFEST
This was causing bootstrap.py to fail on Linux.
Diffstat (limited to 'src/engine/MANIFEST.in')
-rw-r--r--src/engine/MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/MANIFEST.in b/src/engine/MANIFEST.in
index 3f883be..6159c76 100644
--- a/src/engine/MANIFEST.in
+++ b/src/engine/MANIFEST.in
@@ -26,6 +26,7 @@ SCons/Platform/darwin.py
SCons/Platform/hpux.py
SCons/Platform/irix.py
SCons/Platform/os2.py
+SCons/Platform/mingw.py
SCons/Platform/posix.py
SCons/Platform/sunos.py
SCons/Platform/win32.py