Removed the annoying assert in msvs.py

This commit is contained in:
Thomas Nagy 2013-05-07 10:08:49 +02:00
parent 417b2c53cd
commit 69f5f71120
1 changed files with 0 additions and 1 deletions

View File

@ -975,7 +975,6 @@ def exec_command_msvc(self, *k, **kw):
Change the command-line execution for msvc programs. Change the command-line execution for msvc programs.
Instead of quoting all the paths and keep using the shell, we can just join the options msvc is interested in Instead of quoting all the paths and keep using the shell, we can just join the options msvc is interested in
""" """
assert self.env['CC_NAME'] == 'msvc'
if isinstance(k[0], list): if isinstance(k[0], list):
lst = [] lst = []
carry = '' carry = ''