Skip to content

Commit

Permalink
bazel/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 24, 2024
1 parent f8adb50 commit 55705ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/website/macros.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def static_website(
] + sources

if compressor:
decompressor_args = "--use-compress-program=$(location %s)"
decompressor_args = "--use-compress-program=$(location %s)" % compressor
tools += [compressor]

exclude_args = " ".join(["--exclude=%s" % item for item in exclude])
Expand Down

0 comments on commit 55705ee

Please sign in to comment.