Skip to content
  • Ian Lynagh's avatar
    Fix the way we call strip on DLLs · 9949db0a
    Ian Lynagh authored
    On Win64, "install -s" calls a strip that doesn't understand 64bit
    binaries. For some reason, this means the DLLs end up non-executable,
    which means executables that use them just segfault.
    9949db0a