mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01: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
|
||||
module = env.SharedLibrary(
|
||||
module = env.LoadableModule(
|
||||
target ='swpipe',
|
||||
source = softpipe_sources,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue