diff options
author | José Fonseca <[email protected]> | 2011-01-13 12:33:41 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-01-13 12:33:41 +0000 |
commit | 9277a62aa3c1b2073dcfafcf34265b4d7154f4da (patch) | |
tree | 497e252d5bab38c51a812f6dc735abb28b49854a /src/gallium/targets | |
parent | 63528c4510e4891a13c255871b1dd5c2dafdb02c (diff) |
scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/egl-static/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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( |