From: José Fonseca Date: Thu, 13 Jan 2011 12:33:41 +0000 (+0000) Subject: scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9277a62aa3c1b2073dcfafcf34265b4d7154f4da;p=mesa.git scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'. --- diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript index 3eba9e07f20..25c49ea9d18 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( diff --git a/src/mapi/vgapi/SConscript b/src/mapi/vgapi/SConscript index e970e4eff84..ee6d9fb827c 100644 --- a/src/mapi/vgapi/SConscript +++ b/src/mapi/vgapi/SConscript @@ -45,6 +45,7 @@ if env['platform'] != 'winddk': env.Depends(vgapi_objects, vgapi_header) # libOpenVG.dll + env['LIBPREFIX'] = 'lib' env['SHLIBPREFIX'] = 'lib' openvg = env.SharedLibrary(