From be047fe455b8a289b2ebc43af81374510c0b6a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20M=C3=BCller?= Date: Tue, 28 Jul 2015 14:52:21 +0200 Subject: Audaspace: building without audaspace. - Fixed building without for cmake. - Scons can now build without audaspace too. --- SConstruct | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ea3d840aaed..b55cca403e9 100644 --- a/SConstruct +++ b/SConstruct @@ -514,6 +514,10 @@ if env['WITH_BF_STATICCXX']: else: print '\tcould not remove stdc++ library from LLIBS, WITH_BF_STATICCXX may not work for your platform' +# audaspace is needed for the game engine +if not env['WITH_BF_AUDASPACE']: + env['WITH_BF_GAMEENGINE'] = False + # check target for blenderplayer. Set WITH_BF_PLAYER if found on cmdline if 'blenderplayer' in B.targets: env['WITH_BF_PLAYER'] = True -- cgit v1.2.3