[Bf-committers] Mac OS X Sconstruct probs

Nathan Letwory bf-committers@blender.org
Thu, 15 Jul 2004 08:56:35 +0300 (EEST)


Matt,

could you test adding the line
target = 'blender'

after line 1475:
bundle = Environment()

(and before blender_app = target)

That should make the following osx code similar to before the additions

/Nathan

> /me looks in Nathan's direction ;)
>
> Scons is dying on me with this error:
>
> AttributeError: 'str' object has no attribute 'app':
>    File "SConstruct", line 1587:
>      release_target = env.Alias("release",
> BlenderRelease('blender$PROGSUFFIX'))
>    File "SConstruct", line 1477:
>      bundle.Depends ('#/%s.app/Contents/Info.plist'%target, blender_app)
>
>
> Cheers,
>
> Matt