From d79a2c6f0e1fffc63823751ce5ac01006cc67e69 Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Sat, 3 Jul 2010 12:11:05 +0000 Subject: OSX scons : disable build with lcms by default until scons scripts are updated to take into account lcms include and lib paths different from /usr I've released this scons scripts update as patch #22723, for it to be checked for no adverse effects on other platforms. --- config/darwin-config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/darwin-config.py b/config/darwin-config.py index a9a2582fc68..f6d9ca97a19 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -152,7 +152,11 @@ BF_OPENEXR_LIB_STATIC = '${BF_OPENEXR}/lib/libHalf.a ${BF_OPENEXR}/lib/libIlmImf WITH_BF_DDS = True #Color Management System -WITH_BF_LCMS = True +WITH_BF_LCMS = False +BF_LCMS = LIBDIR + '/lcms' +BF_LCMS_INC = '${BF_LCMS}/include' +BF_LCMS_LIB = 'lcms' +BF_LCMS_LIBPATH = '${BF_LCMS}/lib' WITH_BF_JPEG = True BF_JPEG = LIBDIR + '/jpeg' -- cgit v1.2.3