fix C# --use_docker on linux

This commit is contained in:
Jan Tattermusch 2016-06-21 11:40:47 -07:00
parent 6e2f88c9fd
commit 743decdafa
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@ class CSharpLanguage(object):
_check_compiler(self.args.compiler, ['default', 'coreclr'])
if self.platform == 'linux' and self.args.compiler == 'coreclr':
self._docker_distro = 'coreclr'
else:
self._docker_distro = 'jessie'
if self.platform == 'mac':
# TODO(jtattermusch): EMBED_ZLIB=true currently breaks the mac build