Ignore:
Timestamp:
Nov 19, 2022 4:08:41 PM (6 months ago)
Author:
toby
Message:

reorg scons build: testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/SConstruct

    r5375 r5376  
    478478                                         platform.node()))
    479479    for var in ['FCompiler','FORTpath','FORTflags','F2PYflags','F2PYpath','F2PYsuffix','LDFLAGS']:
    480         fp.write('\tVariable',var,'=','"'+eval(var)+'"\n')
     480        fp.write('\tVariable '+var+' = "'+eval(var)+'"\n')
    481481    fp.close()
Note: See TracChangeset for help on using the changeset viewer.