Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2012-04-28 12:45:55 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2012-04-28 12:45:55 +0400
commit5d70a6aedfa246e6a6ac137cdc2be088950b7875 (patch)
treeb2eab6a912bd28917fe1488c2884a4e6e8c03bd9 /build_files/buildbot
parent3cceab304aaee5e5f11f224b39960f0c58f68727 (diff)
Add MingW as "platform"
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/master_unpack.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/master_unpack.py b/build_files/buildbot/master_unpack.py
index 3df22ad8745..f67bd294496 100644
--- a/build_files/buildbot/master_unpack.py
+++ b/build_files/buildbot/master_unpack.py
@@ -48,7 +48,8 @@ def get_platform(filename):
tokens = filename.split("-")
platforms = ('osx', 'mac', 'bsd',
'win', 'linux', 'source',
- 'solaris')
+ 'solaris',
+ 'mingw')
platform_tokens = []
found = False