Fix Unreal Engine 4.21 Compliance
This commit is contained in:
parent
eff23a770a
commit
1bbf554e46
@ -12,7 +12,7 @@ public class DiscordRpcLibrary : ModuleRules
|
||||
#endif
|
||||
{
|
||||
Type = ModuleType.External;
|
||||
Definitions.Add("DISCORD_DYNAMIC_LIB=1");
|
||||
PublicDefinitions.Add("DISCORD_DYNAMIC_LIB=1");
|
||||
|
||||
string BaseDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, "..", "..", "ThirdParty", "DiscordRpcLibrary"));
|
||||
|
||||
@ -56,4 +56,4 @@ public class DiscordRpcLibrary : ModuleRules
|
||||
RuntimeDependencies.Add(new RuntimeDependency(Path.Combine(lib, "libdiscord-rpc.dylib")));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user