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:
@@ -507,7 +507,7 @@ def generate(env):
|
|||||||
if env['platform'] in ('linux',):
|
if env['platform'] in ('linux',):
|
||||||
libs += ['rt']
|
libs += ['rt']
|
||||||
if env['platform'] in ('haiku'):
|
if env['platform'] in ('haiku'):
|
||||||
libs += ['root', 'be', 'network']
|
libs += ['root', 'be', 'network', 'translation']
|
||||||
env.Append(LIBS = libs)
|
env.Append(LIBS = libs)
|
||||||
|
|
||||||
# OpenMP
|
# OpenMP
|
||||||
|
Reference in New Issue
Block a user