Skip to content
Snippets Groups Projects

automake emscripten support

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Mehdi Sabwat

    VLC and it's contribs will fail in the configure stage if this patch is not applied.

    patch -p1 < automake-emscripten.patch
    automake-emscripten.patch 332 B
    --- /usr/share/automake-1.16/config.sub 2018-02-24 16:00:57.000000000 +0000
    +++ ./config.sub        2020-10-07 10:00:29.169566775 +0000
    @@ -1520,6 +1520,9 @@
                    ;;
            -nacl*)
                    ;;
    +       -emscripten*)
    +               os=-emscripten
    +               ;;
            -ios)
                    ;;
            -none)
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment