From 2be9d80b5ad01c2c81babfbd1769e0740650d481 Mon Sep 17 00:00:00 2001 From: "D.J. Capelis" Date: Thu, 6 Apr 2006 20:11:06 +0000 Subject: Reordering OpenEXR libraries to correctly reflect dependencies. This fixes some ld errors when the static versions of the EXR libs are used. --- config/linux2-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/linux2-config.py b/config/linux2-config.py index 9fa59143512..aad60c42c2f 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -21,7 +21,7 @@ BF_FMOD = LCGDIR + '/fmod' WITH_BF_OPENEXR = 'true' BF_OPENEXR = '/usr' BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR' -BF_OPENEXR_LIB = ' Iex Half IlmImf Imath ' +BF_OPENEXR_LIB = 'Half IlmImf Iex Imath ' WITH_BF_JPEG = 'true' BF_JPEG = '/usr' -- cgit v1.2.3