anki/run
Damien Elmes e58646909f get PyQt working directly with ./run on macOS
It's no longer necessary to copy everything into bazel-copy, and you
can safely remove that folder.
2021-10-16 18:07:29 +10:00

7 lines
91 B
Bash
Executable File

#!/bin/bash
set -e
export PYTHONWARNINGS=default
bazel run $BUILDARGS //qt:runanki -- $*