mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
--no-times made running on macOS slower
This commit is contained in:
parent
07e814ded5
commit
838e2292f2
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -11,7 +11,7 @@ run_mac() {
|
|||
# so we need to copy the files into a working folder before running on a Mac.
|
||||
workspace=$(dirname $0)
|
||||
bazel build //qt:runanki && \
|
||||
rsync -aiL --no-times --exclude=anki/external --exclude=__pycache__ --delete \
|
||||
rsync -aiL --exclude=anki/external --exclude=__pycache__ --delete \
|
||||
$workspace/bazel-bin/qt/runanki* $workspace/bazel-copy/ && \
|
||||
$workspace/bazel-copy/runanki $*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue