compile.sh: use bash instead of sh
- Oct 11, 2022
-
-
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 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
-