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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-08-11 15:26:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-08-11 15:26:20 +0400
commite438c450b417acaa381664b5619058cc7c2fc580 (patch)
treee77cb57a7b711e0f9c0e682f40360d1b8bc3e0d2 /SConstruct
parentf8a39dad63a8258af0bd4d985489f42c6b3957fb (diff)
Manifest used to be installed on non-windows platforms
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 81e27b95858..c4454ac17bb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -892,8 +892,9 @@ if env['OURPLATFORM']!='darwin':
td, tf = os.path.split(targetdir)
dotblenderinstall.append(env.Install(dir=td, source=srcfile))
- scriptinstall.append(env.InstallAs(env['BF_INSTALLDIR'] + '/blender-app.exe.manifest',
- 'source/icons/blender.exe.manifest'))
+ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
+ scriptinstall.append(env.InstallAs(env['BF_INSTALLDIR'] + '/blender-app.exe.manifest',
+ 'source/icons/blender.exe.manifest'))
if env['WITH_BF_PYTHON']:
#-- local/VERSION/scripts