Skip to content
  • Brad King's avatar
    Ninja: Do not use module definition `.def` files for static libraries · 47ffa0ea
    Brad King authored
    A module definition (`.def`) file specifies symbols to export from
    a linked binary.  The librarian tool is not a linker and so should
    not be given a `/DEF:...` flag with the `.def` file.  The other
    generators already do not do this, so fix Ninja to be consistent.
    
    Closes: #16537
    47ffa0ea