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:
parent
22e150e0cb
commit
d00b90986c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user