mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:
parent
24fd074ce7
commit
50370e483b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue