wscript: add ANGLE_EXPORT definition

It always needed when linking ANGLE libs
This commit is contained in:
shinchiro 2016-12-03 06:47:17 +08:00 committed by wm4
parent 796b48b2a3
commit 5544ffecd9
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ video_output_features = [
'groups': [ 'gl' ],
'func': check_statement(['EGL/egl.h'],
'eglCreateWindowSurface(0, 0, 0, 0)',
cflags="-DGL_APICALL= -DEGLAPI= -DANGLE_NO_ALIASES",
cflags="-DGL_APICALL= -DEGLAPI= -DANGLE_NO_ALIASES -DANGLE_EXPORT=",
lib=['EGL', 'GLESv2', 'dxguid', 'd3d9', 'gdi32', 'stdc++'])
} , {
'name': '--vdpau',