11 lines
184 B
Bash
Executable File
11 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
export PYTHONPYCACHEPREFIX=out/pycache
|
|
export ANKIDEV=1
|
|
|
|
./ninja pylib qt pyenv-qt5.15
|
|
./out/pyenv-qt5.15/bin/python tools/run.py $*
|