Skip to content

Commit

Permalink
classfile name could be mangled
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Nov 24, 2021
1 parent 71bc3e2 commit 5cf5d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kotlin/internal/jvm/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ def _run_kt_builder_action(
arguments = [args],
progress_message = progress_message,
env = {
"LC_CTYPE": "en_US.UTF-8", # For Java source files
"LC_ALL": "C.UTF-8",
"LC_CTYPE": "C.UTF-8", # For Java source files
"REPOSITORY_NAME": _utils.builder_workspace_name(ctx),
},
)
Expand Down

0 comments on commit 5cf5d84

Please sign in to comment.