mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 06:54:18 -04:00
fix(config): explicitly use utf-8 for build.ninja (#140)
Co-authored-by: Aetias <144526980+AetiasHax@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ def main():
|
||||
project = Project(args.version, platform=platform, delinks_json=delinks_json)
|
||||
|
||||
|
||||
with build_ninja_path.open("w") as file:
|
||||
with build_ninja_path.open("w", encoding="utf-8") as file:
|
||||
n = ninja_syntax.Writer(file)
|
||||
|
||||
n.rule(
|
||||
|
||||
Reference in New Issue
Block a user