fix ThirdParty/SGBleThirdPartyLibs's module warnings

This commit is contained in:
Mamadou Babaei
2026-07-17 10:00:12 +02:00
parent e009d88b65
commit 1f4c0abe8e
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ This patch release addresses `v2.9.x` build issues on Microsoft Windows and MSVC
### Fixed
- Attempt at fixing build issues in certain MSVC configurations that also affects Fab Store submissions due to: `MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance fatal error C1900: Il mismatch between 'P1' version '20250730' and 'P2' version '20240319'; LINK : fatal error LNK1257: code generation failed`.
- Fix `ThirdParty/SGBleThirdPartyLibs`'s module `.Build.cs` warnings.
### Changed
@@ -47,8 +47,6 @@ public class SGBleThirdPartyLibs : ModuleRules
string ThirdPartyDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, ".."));
string LibraryPath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "lib"));
string LibraryPathAnroidAArch64 = "";
string LibraryPathAnroidX64 = "";
string LibraryName = "sgble";
bool bIsLinux = Target.Platform == UnrealTargetPlatform.Linux;
@@ -114,4 +112,4 @@ public class SGBleThirdPartyLibs : ModuleRules
});
}
}
}
}