From 29ae7480f251f3620f09bb48dba5ffbec35e1364 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 5 Nov 2020 11:21:13 +1000 Subject: [PATCH] cleanups --- pylib/rsbridge/BUILD.bazel | 3 --- qt/aqt/data/locale/compile.bzl | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pylib/rsbridge/BUILD.bazel b/pylib/rsbridge/BUILD.bazel index 8bc9adc0f..448b3d3e4 100644 --- a/pylib/rsbridge/BUILD.bazel +++ b/pylib/rsbridge/BUILD.bazel @@ -12,9 +12,6 @@ rust_library( name = "rsbridge", srcs = ["lib.rs"], crate_type = "cdylib", - data = [ - "//:buildinfo.txt", - ], rustc_flags = selects.with_or({ ( "@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin", diff --git a/qt/aqt/data/locale/compile.bzl b/qt/aqt/data/locale/compile.bzl index cd7d13c54..395989494 100644 --- a/qt/aqt/data/locale/compile.bzl +++ b/qt/aqt/data/locale/compile.bzl @@ -12,6 +12,7 @@ msgmerge -q $(location {po_file}) $(location {pot_file}) | msgfmt - --output-fil pot_file = pot_file, mo_file = mo_file, ), + message = "Building translation", ) _langs = [