Files
ci-emsdk/bazel/emscripten_toolchain/emcc.sh
2022-01-16 15:20:53 -05:00

6 lines
80 B
Bash
Executable File

#!/bin/bash
source $(dirname $0)/env.sh
exec python3 $EMSCRIPTEN/emcc.py "$@"