mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
accept args in scripts/runopt
This commit is contained in:
parent
1f7faa8bc2
commit
35b041891d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
BUILDARGS="-c opt --@io_bazel_rules_rust//worker:use_worker=False" $(dirname $0)/../run
|
||||
BUILDARGS="-c opt --@io_bazel_rules_rust//worker:use_worker=False" $(dirname $0)/../run $*
|
||||
|
|
|
|||
Loading…
Reference in a new issue