Fix another bug in make-makefiles
This commit is contained in:
@@ -80,8 +80,8 @@ Path("Source/Integration/lpx-paths.hpp").unlink(missing_ok=True)
|
||||
# Write BuildConfiguration.xml
|
||||
#
|
||||
|
||||
writefile("Saved/UnrealBuildTool/BuildConfiguration.xml", f"""
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
writefile("Saved/UnrealBuildTool/BuildConfiguration.xml",
|
||||
f"""<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
|
||||
<ProjectFileGenerator>
|
||||
<Format>VisualStudioCode</Format>
|
||||
|
||||
Reference in New Issue
Block a user