gdi: Add glsl to LIBS.

This commit is contained in:
Michal Krol 2009-09-07 21:23:43 +02:00
parent b97a734658
commit d26d77295b

View file

@ -35,5 +35,5 @@ if env['platform'] == 'windows':
env.SharedLibrary(
target ='opengl32',
source = sources,
LIBS = wgl + glapi + mesa + drivers + auxiliaries + env['LIBS'],
LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl + env['LIBS'],
)