summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-static/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-01-13 12:33:41 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-01-13 12:33:41 +0000
commit9277a62aa3c1b2073dcfafcf34265b4d7154f4da (patch)
tree497e252d5bab38c51a812f6dc735abb28b49854a /src/gallium/targets/egl-static/SConscript
parent63528c4510e4891a13c255871b1dd5c2dafdb02c (diff)
scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.
Diffstat (limited to 'src/gallium/targets/egl-static/SConscript')
-rw-r--r--src/gallium/targets/egl-static/SConscript1
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(