anki/scripts/run-qt5.14

9 lines
154 B
Plaintext
Raw Normal View History

2021-10-05 06:05:53 +02:00
#!/bin/bash
# note: 5.14 is not available on Windows for Python 3.9
2021-10-05 06:05:53 +02:00
set -e
export PYTHONWARNINGS=default
bazel run $BUILDARGS //qt:runanki_qt514 -- $*