win32: Do not use BUILD_GL32, we use def file to export win32 dll symbols.
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14041>
This commit is contained in:
@@ -29,7 +29,7 @@ es2_glapi_mapi_tmp_h = custom_target(
|
||||
|
||||
_es2_c_args = []
|
||||
if with_platform_windows
|
||||
_es2_c_args += ['-D_GDI32_', '-DBUILD_GL32']
|
||||
_es2_c_args += ['-D_GDI32_']
|
||||
endif
|
||||
|
||||
gles2_def = custom_target(
|
||||
|
||||
Reference in New Issue
Block a user