Skip to content
  • Dylan Baker's avatar
    meson: Use cmake to find LLVM when building windows · 616c769f
    Dylan Baker authored
    It might be better to have a command line option for this.
    
    We don't use cmake normally because it always results in static linking.
    This is very problematic for *nix OSes which expect shared linking by
    default, but for windows this isn't a problem as LLVM doesn't support
    shared linking on windows anyway.
    616c769f