scons: Update windows build for vgapi->openvg rename.

This commit is contained in:
José Fonseca
2011-01-12 15:13:57 +00:00
parent b07ad1d6bd
commit 46662de68b
+1 -1
View File
@@ -61,7 +61,7 @@ if env['platform'] == 'windows':
# OpenVG
env.Append(CPPDEFINES = ['FEATURE_VG=1'])
env.Prepend(LIBS = [vgapi, st_vega])
env.Prepend(LIBS = [openvg, st_vega])
else:
env.Prepend(LIBS = [
st_egl,