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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user