Ignore:
Timestamp:
Jul 19, 2018 11:52:43 AM (5 years ago)
Author:
toby
Message:

scons fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/SConstruct

    r3461 r3486  
    376376if 'help' in COMMAND_LINE_TARGETS: sys.exit()
    377377if not os.path.exists(InstallLoc):
     378    import datetime
    378379    print('Creating '+InstallLoc)
    379380    os.makedirs(InstallLoc)
Note: See TracChangeset for help on using the changeset viewer.