mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
haiku: Correct Haiku softpipe library
* Use LoadableModule vs SharedLibrary
This commit is contained in:
parent
8730236d1a
commit
bc2fb19773
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ softpipe_sources = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# libswpipe gets turned into "Software Renderer" by the haiku package system
|
# libswpipe gets turned into "Software Renderer" by the haiku package system
|
||||||
module = env.SharedLibrary(
|
module = env.LoadableModule(
|
||||||
target ='swpipe',
|
target ='swpipe',
|
||||||
source = softpipe_sources,
|
source = softpipe_sources,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue