2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-11 10:55:08 +01:00

Set FC_NAME also in find_ifort_win32.

This commit is contained in:
Harald Klimach 2016-01-18 15:54:35 +01:00 committed by Thomas Nagy
parent 22e150e0cb
commit d00b90986c

View File

@ -388,6 +388,8 @@ def find_ifort_win32(conf):
if not conf.cmd_and_log(fc + ['/nologo', '/help'], env=env):
conf.fatal('not intel fortran compiler could not be identified')
v['FC_NAME'] = 'IFORT'
# linker
if not v['LINK_FC']:
conf.find_program(linker_name, var='LINK_FC', path_list=path, mandatory=True)