Fix build breaks for RHEL and Windows x86.

This commit is contained in:
Sridhar Periyasamy 2016-03-09 14:21:02 -08:00
parent 1087283bfd
commit c33c2ff127

View file

@ -13,8 +13,10 @@
}, },
"runtimes": { "runtimes": {
"win7-x64": {}, "win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {}, "osx.10.10-x64": {},
"ubuntu.14.04-x64": {}, "ubuntu.14.04-x64": {},
"centos.7-x64": {} "centos.7-x64": {},
"rhel.7.2-x64": {}
} }
} }