Skip to content

Commit 11dbdcc

Browse files
authored
fix: Don't use legacy UTF8 handling when writing files (#1040)
1 parent f9e6421 commit 11dbdcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swiftpkg/internal/build_files.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def _write(repository_ctx, build_file, path):
6565
bld_file_path,
6666
content = scg.to_starlark(build_file),
6767
executable = False,
68+
legacy_utf8 = False,
6869
)
6970

7071
build_files = struct(

0 commit comments

Comments
 (0)