Skip to content
Snippets Groups Projects

compile.sh: use bash instead of sh

  1. Oct 11, 2022
    • Alexandre Janniaux's avatar
      vlc.html: fix vlc_args settings · b0f9608b
      Alexandre Janniaux authored
      Since the string is passed down to VLC C code, we need to ensure the
      terminal character has been added, which means that the last parameter
      to writeAsciiToMemory must be false.
      b0f9608b
    • Alexandre Janniaux's avatar
      compile.sh: use bash instead of sh · fe5ecb2b
      Alexandre Janniaux authored
      The emscripten tools are expecting bash or more, and will fail at
      runtime if ran with sh.
      
          Setting the environment
          Error: unable to determine 'emsdk' directory. Perhaps you are using a shell or
                 environment that this script does not support.
      fe5ecb2b
Loading