Files
UnrealEngineUWP/Engine/Config/Linux/Linux_SDK.json
calvin zheng 3f9b3b622b - Moved SDK versions (MainVersion and Min/Max SDK version) from C# strings to SDK.json files in the Platform's Config folder
- Allow for per-project override in a project's platform's config folder (this is merging with my other work on per-project SDKs and validation of multi-target builds)
- More versions will move over after this
#rb david.harvey


#[robomerge][bot5] -FNMain

#ushell-cherrypick of 26150552 by josh.adams

[CL 26152902 by calvin zheng in 5.3 branch]
2023-06-21 12:34:18 -04:00

8 lines
168 B
JSON

{
"MainVersion" : "v21_clang-15.0.1-centos7",
"MinVersion" : "v21_clang-15.0.1-centos7",
"MaxVersion" : "v21_clang-15.0.1-centos7",
"AutoSDKPlatform" : "Linux_x64",
}