diff --git a/Makefile b/Makefile index 79ae87c9f02..cec17670bc3 100644 --- a/Makefile +++ b/Makefile @@ -512,5 +512,5 @@ bazel-release: @echo "$$BAZEL_BUILD_HELP_INFO" else bazel-release: - bazel build //build/release-tars + bazel build //build/release-tars --define "EMBED_LICENSE_TARGETS=true" endif