mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
scons: Don't set visibility to hidden on Haiku
The Haiku swrast driver is out of tree.
This commit is contained in:
parent
64ae209d50
commit
183133271c
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ def generate(env):
|
|||
ccflags += ['-m64']
|
||||
if platform == 'darwin':
|
||||
ccflags += ['-fno-common']
|
||||
if env['platform'] != 'windows':
|
||||
if env['platform'] not in ('windows', 'haiku'):
|
||||
ccflags += ['-fvisibility=hidden']
|
||||
# See also:
|
||||
# - http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue