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:
authorMatt Ebb <matt@mke3.net>2006-01-09 15:26:14 +0300
committerMatt Ebb <matt@mke3.net>2006-01-09 15:26:14 +0300
commitc8c8edb52713e03082075569dde6fdde447e961e (patch)
treeeab98016430bf0b272019bef5dabb52b48a636b5 /SConstruct
parentb9eabd976d1b1ddf16528022cea52bf53759f681 (diff)
Updated paths on mac os x to be like makefiles (/usr/local/ ... ). Remember to delete config.opts for it to be recreated with the new EXR options!
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 15ae0241ce6..fd4001b0b0c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -210,8 +210,8 @@ elif sys.platform == 'darwin':
if use_openexr == 'true':
defines += ['WITH_OPENEXR']
openexr_lib = ['Iex', 'Half', 'IlmImf', 'Imath']
- openexr_libpath = ['/usr/lib']
- openexr_include = ['/usr/include/OpenEXR']
+ openexr_libpath = ['/usr/local/lib']
+ openexr_include = ['/usr/local/include/OpenEXR']
# jpeg library information
jpeg_lib = ['libjpeg']
jpeg_libpath = [darwin_precomp + 'jpeg/lib']