scons: Fix Haiku missing library

* The softpipe add-on needs libtranslation
  due to the use of BTranslatorRoster

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Alexander von Gluck IV
2013-10-19 23:31:50 -05:00
parent 24fd074ce7
commit 50370e483b

View File

@@ -507,7 +507,7 @@ def generate(env):
if env['platform'] in ('linux',):
libs += ['rt']
if env['platform'] in ('haiku'):
libs += ['root', 'be', 'network']
libs += ['root', 'be', 'network', 'translation']
env.Append(LIBS = libs)
# OpenMP