Fix building rules_foreign_cc targets in Bazel. (#968)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora
2022-01-16 14:20:53 -06:00
committed by GitHub
parent 447aa44d78
commit 7eecde8afc
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
source external/emsdk/emscripten_toolchain/env.sh
source $(dirname $0)/env.sh
exec python3 $EMSCRIPTEN/emar.py "$@"