fix ThirdParty/SGBleThirdPartyLibs's module warnings
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user