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:
authorJens Verwiebe <info@jensverwiebe.de>2013-11-06 19:37:14 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-06 19:37:14 +0400
commit5557332488d03671fdff284c1471668c8da42231 (patch)
tree8e60afaf085f9f9791b74ec6a6766b996f9ed4f2 /build_files
parent3143536b08708bbbf1d8dfdfff705ad5d5afedfb (diff)
OSX/scons: remove another outdated conditional
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/darwin-config.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 572bb7026cc..6a00261a8fa 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -101,14 +101,7 @@ else:
BF_PYTHON_LIBPATH = '${BF_PYTHON}${BF_PYTHON_VERSION}/lib/python${BF_PYTHON_VERSION}/config-${BF_PYTHON_VERSION}m'
WITH_BF_OPENAL = True
-#different lib must be used following version of gcc
-# for gcc 3.3
-#BF_OPENAL = LIBDIR + '/openal'
-# for gcc 3.4 and ulterior
-if MAC_PROC == 'powerpc':
- BF_OPENAL = '#../lib/darwin-8.0.0-powerpc/openal'
-else :
- BF_OPENAL = LIBDIR + '/openal'
+BF_OPENAL = LIBDIR + '/openal'
WITH_BF_STATICOPENAL = False
BF_OPENAL_INC = '${BF_OPENAL}/include' # only headers from libdir needed for proper use of framework !!!!