From bc2fb19773908aa95f81c96ea4e22ff87167bfb4 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 3 Oct 2013 02:14:20 +0000 Subject: [PATCH] haiku: Correct Haiku softpipe library * Use LoadableModule vs SharedLibrary --- src/gallium/targets/haiku-softpipe/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/haiku-softpipe/SConscript b/src/gallium/targets/haiku-softpipe/SConscript index 0a99976aef5..6e12dc437a8 100644 --- a/src/gallium/targets/haiku-softpipe/SConscript +++ b/src/gallium/targets/haiku-softpipe/SConscript @@ -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, ) -- 2.30.2