You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add HTTP support for Android with libcurl with option to allow self-signed certificates (n.VerifyPeer)
#Android #TTP 341904 #codereview Josh.Adams,Daniel.Lamb [CL 2266824 by Chris Babcock in Main branch]
This commit is contained in:
@@ -26,7 +26,8 @@ public class HTTP : ModuleRules
|
||||
}
|
||||
}
|
||||
|
||||
if (Target.Platform == UnrealTargetPlatform.Linux)
|
||||
if (Target.Platform == UnrealTargetPlatform.Linux ||
|
||||
Target.Platform == UnrealTargetPlatform.Android)
|
||||
{
|
||||
AddThirdPartyPrivateStaticDependencies(Target, "libcurl");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user