From 9277a62aa3c1b2073dcfafcf34265b4d7154f4da Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 13 Jan 2011 12:33:41 +0000 Subject: scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'. --- src/gallium/targets/egl-static/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/egl-static') diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript index 3eba9e07f2..25c49ea9d1 100644 --- a/src/gallium/targets/egl-static/SConscript +++ b/src/gallium/targets/egl-static/SConscript @@ -112,6 +112,7 @@ if env['drm']: ]) # libEGL.dll +env['LIBPREFIX'] = 'lib' env['SHLIBPREFIX'] = 'lib' egl_gallium = env.SharedLibrary( -- cgit v1.2.3