This commit is contained in:
Damien Elmes 2020-11-05 11:21:13 +10:00
parent 95317a4f17
commit 29ae7480f2
2 changed files with 1 additions and 3 deletions

View file

@ -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",

View file

@ -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 = [