wgl: Move opengl32.def to target instead of frontend

Reviewed By: Bill Kristiansen <billkris@microsoft.com>

Reviewed-by: Charmaine Lee >charmainel@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12677>
This commit is contained in:
Jesse Natalie
2021-09-01 07:04:02 -07:00
parent 675775b140
commit a153c78d6e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if cc.get_id() == 'gcc' and host_machine.cpu_family() != 'x86_64'
opengl32_link_args += ['-Wl,--enable-stdcall-fixup']
endif
ogldef = files('../../frontends/wgl/opengl32.def')[0]
ogldef = files('opengl32.def')[0]
libopengl32 = shared_library(
'opengl32',