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>2006-02-05 20:50:19 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 20:50:19 +0300
commit896b6288ca969f2277618e56a681ca638b7a5b67 (patch)
treefa0aa349d4b8ca39770bbfbc9868fe348724b020 /SConstruct
parent9b36ffca12dfbca619ea61a012b9a6de19275a5f (diff)
==SCons==
* remove useless BF_TIFF* options. Upon closer inspection of code, only path to headers is needed
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 82473f086ad..9f38201d479 100644
--- a/SConstruct
+++ b/SConstruct
@@ -294,7 +294,7 @@ if sys.platform=='win32':
windlls = []
allinstall += windlls
-installtarget = env.Alias('install', [allinstall])
+installtarget = env.Alias('install', allinstall)
bininstalltarget = env.Alias('install-bin', blenderinstall)
if env['WITH_BF_PLAYER']: