Skip to content
  • Ian Lynagh's avatar
    Fix build with non-Linux ELF OSes · 51bf3653
    Ian Lynagh authored
    We were only setting an RPATH for the RTS DLL on Linux, but as far
    as I can see we should be doing it for all ELF OSes. Hopefully this
    will fix the problem where the installed ghc-pkg can't find libffi.dll
    on FreeBSD.
    51bf3653