view third_party/emsdk/bazel/emscripten_toolchain/emcc.sh @ 242:543df0fe7168

[tools] Add full HLS player support
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 13:14:41 -0700
parents 8d17f6e6e290
children
line wrap: on
line source

#!/bin/bash

source $(dirname $0)/env.sh

exec python3 $EMSCRIPTEN/emcc.py "$@"