Skip to content
  • Matthew Pickering's avatar
    897245af
    Darwin CI: Don't explicitly pass ncurses/iconv paths · 897245af
    Matthew Pickering authored and Zubin's avatar Zubin committed
    Passing --with-ncurses-libraries means the path which gets backed in
    progagate into the built binaries. This is incorrect when we want to
    distribute the binaries because the user might not have the library in
    that specific place. It's the user's reponsibility to direct the dynamic
    linker to the right place.
    
    Fixes #19968
    
    (cherry picked from commit 3d3cee37)
    897245af
    Darwin CI: Don't explicitly pass ncurses/iconv paths
    Matthew Pickering authored and Zubin's avatar Zubin committed
    Passing --with-ncurses-libraries means the path which gets backed in
    progagate into the built binaries. This is incorrect when we want to
    distribute the binaries because the user might not have the library in
    that specific place. It's the user's reponsibility to direct the dynamic
    linker to the right place.
    
    Fixes #19968
    
    (cherry picked from commit 3d3cee37)
Loading