haiku: Correct Haiku softpipe library
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 3 Oct 2013 02:14:20 +0000 (02:14 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Fri, 4 Oct 2013 23:20:09 +0000 (18:20 -0500)
* Use LoadableModule vs SharedLibrary

src/gallium/targets/haiku-softpipe/SConscript

index 0a99976aef5b866de9e92b82c5bf50457c42011f..6e12dc437a8b6c74d4b1d8929048e9e242ecbf0a 100644 (file)
@@ -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,
 )