apply third-party modules fixes
This commit is contained in:
@@ -43,7 +43,7 @@ public class SGCommonThirdPartyLibs : ModuleRules
|
||||
{
|
||||
public SGCommonThirdPartyLibs(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
Type = ModuleType.External;
|
||||
Type = ModuleType.External;
|
||||
|
||||
string ThirdPartyDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, ".."));
|
||||
string LibraryPath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "lib"));
|
||||
|
||||
Reference in New Issue
Block a user