loader: introduce the loader util lib
[mesa.git] / src / SConscript
index a24aceaea1b3695e061b104b2b202fe03486285b..93a490dca86782903981349a02d1ccacd20ed9fe 100644 (file)
@@ -11,6 +11,7 @@ if env['hostonly']:
     # compilation
     Return()
 
+SConscript('loader/SConscript')
 
 # When env['gles'] is set, the targets defined in mapi/glapi/SConscript are not
 # used.  libgl-xlib and libgl-gdi adapt themselves to use the targets defined