mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 17:30:24 +01:00
glapi: Generate PIC objects.
Fixes fdo 28336.
This commit is contained in:
parent
524ec6464d
commit
4e6c880ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if env['platform'] != 'winddk':
|
|||
'u_thread.c',
|
||||
]
|
||||
for s in mapi_sources:
|
||||
o = env.Object(s[:-2], '../mapi/' + s)
|
||||
o = env.SharedObject(s[:-2], '../mapi/' + s)
|
||||
glapi_sources.append(o)
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue