haiku: Correct Haiku softpipe library
* Use LoadableModule vs SharedLibrary
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user