Skip to content
  • Ben Boeckel's avatar
    meson: make safe against short shebang limits · d2ca7c44
    Ben Boeckel authored
    In builds with really long paths, the shebang line that `meson`'s
    install writes to its executable script is too long. Move this script to
    a safe place and replace it with a shell script that uses `python` to
    launch the script manually.
    
    See: paraview#21224
    d2ca7c44