From e438c450b417acaa381664b5619058cc7c2fc580 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 11 Aug 2014 17:26:20 +0600 Subject: Manifest used to be installed on non-windows platforms --- SConstruct | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'SConstruct') 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 -- cgit v1.2.3