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
@@ -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
});
}
}
}
}