From 2cf85a6dbf7680c122f013b80cd3a7adae04b935 Mon Sep 17 00:00:00 2001 From: jyelon Date: Wed, 9 Oct 2024 14:53:42 -0400 Subject: [PATCH] Fix another bug in make-makefiles --- make-makefiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-makefiles.py b/make-makefiles.py index 0ee20212..e8129460 100755 --- a/make-makefiles.py +++ b/make-makefiles.py @@ -80,8 +80,8 @@ Path("Source/Integration/lpx-paths.hpp").unlink(missing_ok=True) # Write BuildConfiguration.xml # -writefile("Saved/UnrealBuildTool/BuildConfiguration.xml", f""" - +writefile("Saved/UnrealBuildTool/BuildConfiguration.xml", +f""" VisualStudioCode