scons: Build libOpenVG.dll & libEGL.dll
But without creating liblibOpenVG or liblibEGL elsewhere. Thanks Chia-I Wu for pointing this out.
This commit is contained in:
@@ -111,8 +111,11 @@ if env['drm']:
|
|||||||
svga,
|
svga,
|
||||||
])
|
])
|
||||||
|
|
||||||
|
# libEGL.dll
|
||||||
|
env['SHLIBPREFIX'] = 'lib'
|
||||||
|
|
||||||
egl_gallium = env.SharedLibrary(
|
egl_gallium = env.SharedLibrary(
|
||||||
target ='libEGL',
|
target ='EGL',
|
||||||
source = sources,
|
source = sources,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -44,6 +44,9 @@ if env['platform'] != 'winddk':
|
|||||||
|
|
||||||
env.Depends(vgapi_objects, vgapi_header)
|
env.Depends(vgapi_objects, vgapi_header)
|
||||||
|
|
||||||
|
# libOpenVG.dll
|
||||||
|
env['SHLIBPREFIX'] = 'lib'
|
||||||
|
|
||||||
openvg = env.SharedLibrary(
|
openvg = env.SharedLibrary(
|
||||||
target = 'OpenVG',
|
target = 'OpenVG',
|
||||||
source = vgapi_objects,
|
source = vgapi_objects,
|
||||||
|
Reference in New Issue
Block a user