Unused variable LINK

This commit is contained in:
Thomas Nagy 2016-01-17 03:55:19 +01:00
parent e91fbe2d1b
commit 139b3f7a05
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 1 deletions

View File

@ -856,7 +856,6 @@ def find_msvc(conf):
link = conf.find_program(linker_name, path_list=path)
if link: v['LINK_CXX'] = link
else: conf.fatal('%s was not found (linker)' % linker_name)
v['LINK'] = link
if not v['LINK_CC']:
v['LINK_CC'] = v['LINK_CXX']