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
This commit is contained in:
Jean-Luc Peurière 2006-10-03 20:25:59 +00:00
parent 3dddba4e06
commit 0efdd46cea

@ -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