From 896b6288ca969f2277618e56a681ca638b7a5b67 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 5 Feb 2006 17:50:19 +0000 Subject: ==SCons== * remove useless BF_TIFF* options. Upon closer inspection of code, only path to headers is needed --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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']: -- cgit v1.2.3