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
path: root/tools
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2004-10-05 11:50:49 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-10-05 11:50:49 +0400
commit33031be5540d8f251564dc88b261744ba06bfe70 (patch)
treee13e0902fee5a76c6c2e503618477fcf6534389d /tools
parent2324dc7a37d87b1546c0b0c66918c1f0e0ff46c5 (diff)
enable 'scons release' for cygwin
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_dirs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scons/bs/bs_dirs.py b/tools/scons/bs/bs_dirs.py
index 4d1482b436e..a12472246f5 100644
--- a/tools/scons/bs/bs_dirs.py
+++ b/tools/scons/bs/bs_dirs.py
@@ -55,7 +55,7 @@ def preparedist():
# first copy binaries
- if sys.platform == 'win32':
+ if sys.platform == 'win32' or sys.platform == 'cygwin':
shutil.copy("blender.exe", "dist/blender.exe")
if bs_globals.user_options_dict['BUILD_BLENDER_PLAYER'] == 1:
shutil.copy("blenderplayer.exe", "dist/blenderplayer.exe")