Skip to content
  • Ben Gamari's avatar
    9ffd5d57
    configure: Fix escaping of `$tooldir` · 9ffd5d57
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    In !9547 I introduced `$tooldir` directories into GHC's default link and
    compilation flags to ensure that our C toolchain finds its own headers
    and libraries before others on the system. However, the patch was subtly
    wrong in the escaping of `$tooldir`. Fix this.
    
    Fixes #22561.
    9ffd5d57
    configure: Fix escaping of `$tooldir`
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    In !9547 I introduced `$tooldir` directories into GHC's default link and
    compilation flags to ensure that our C toolchain finds its own headers
    and libraries before others on the system. However, the patch was subtly
    wrong in the escaping of `$tooldir`. Fix this.
    
    Fixes #22561.
Loading