mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 08:20:29 +01:00
gdi: Don't generate import libraries for opengl32.dll.
Both MinGW and MSVC include opengl32 import libraries, and its safer to always use those.
This commit is contained in:
parent
14a8c9dac7
commit
187066caa0
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ if env['platform'] == 'windows':
|
|||
|
||||
drivers += [trace]
|
||||
|
||||
env['no_import_lib'] = 1
|
||||
|
||||
env.SharedLibrary(
|
||||
target ='opengl32',
|
||||
source = sources,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue