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>2011-12-14 12:01:24 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-12-14 12:01:24 +0400
commit6b652928a756a62356d96dc3a122b72530d77bb0 (patch)
treed7a9ae38e3ff81d544607e79908c2b1a667027fe /intern/audaspace/SConscript
parent7d9a8c2308f2783062271eb99c18e8738b470d4d (diff)
Cleanup for 42622 using struct stat instead boost
Diffstat (limited to 'intern/audaspace/SConscript')
-rw-r--r--intern/audaspace/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript
index 27556060fca..b8d5a56a625 100644
--- a/intern/audaspace/SConscript
+++ b/intern/audaspace/SConscript
@@ -25,8 +25,6 @@ if env['WITH_BF_JACK']:
sources += env.Glob('jack/*.cpp')
incs += ' jack ' + env['BF_JACK_INC']
defs.append('WITH_JACK')
- if env['OURPLATFORM'] == 'darwin':
- incs += ' ' + env['BF_BOOST_INC']
if env['WITH_BF_SNDFILE']:
sources += env.Glob('sndfile/*.cpp')