Commit 2212b3d5 by Jamie Madill

Only generate shader debug info on Windows.

This was messing up the Linux build with some recent changes. BUG=angle:773 Change-Id: I9ca201f08ddde0a36224872b2c78d1d666cf458d Reviewed-on: https://chromium-review.googlesource.com/232792Reviewed-by: 's avatarBrandon Jones <bajones@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 36e86234
......@@ -547,7 +547,8 @@
{
'msvs_enable_winphone' : '1',
}],
],
['OS=="win"',
{
'configurations':
{
'Debug_Base':
......@@ -569,6 +570,8 @@
},
},
},
}],
],
},
{
'target_name': 'libGLESv2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment