From 0efdd46cea087e6ee4c6e21d396c17b301ee40fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Tue, 3 Oct 2006 20:25:59 +0000 Subject: [PATCH] fixing scons build for Os X with verse enabled. there is no need to bundle the verse binary. Blenderplayer build is still broken. Verse maintener please add the needed stubs for it --- tools/Blender.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/Blender.py b/tools/Blender.py index 9e94dd44ea4..4f7fd2ebcdc 100644 --- a/tools/Blender.py +++ b/tools/Blender.py @@ -283,10 +283,17 @@ def AppIt(target=None, source=None, env=None): import commands import os.path + a = '%s' % (target[0]) builddir, b = os.path.split(a) + bldroot = env.Dir('.').abspath binary = env['BINARYKIND'] + + if b=='verse': + print bc.OKBLUE+"no bundle for verse"+bc.ENDC + return 0 + sourcedir = bldroot + '/source/darwin/%s.app'%binary sourceinfo = bldroot + "/source/darwin/%s.app/Contents/Info.plist"%binary