gdi: Add glsl to LIBS.
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user