mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
cleanups
This commit is contained in:
parent
95317a4f17
commit
29ae7480f2
2 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,6 @@ rust_library(
|
||||||
name = "rsbridge",
|
name = "rsbridge",
|
||||||
srcs = ["lib.rs"],
|
srcs = ["lib.rs"],
|
||||||
crate_type = "cdylib",
|
crate_type = "cdylib",
|
||||||
data = [
|
|
||||||
"//:buildinfo.txt",
|
|
||||||
],
|
|
||||||
rustc_flags = selects.with_or({
|
rustc_flags = selects.with_or({
|
||||||
(
|
(
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||||
|
|
|
@ -12,6 +12,7 @@ msgmerge -q $(location {po_file}) $(location {pot_file}) | msgfmt - --output-fil
|
||||||
pot_file = pot_file,
|
pot_file = pot_file,
|
||||||
mo_file = mo_file,
|
mo_file = mo_file,
|
||||||
),
|
),
|
||||||
|
message = "Building translation",
|
||||||
)
|
)
|
||||||
|
|
||||||
_langs = [
|
_langs = [
|
||||||
|
|
Loading…
Reference in a new issue