Fixes for building editor for Linux
This commit is contained in:
2
Source/ThirdParty/curl/curl.Build.cs
vendored
2
Source/ThirdParty/curl/curl.Build.cs
vendored
@@ -34,6 +34,8 @@ public class curl : DepsModule
|
||||
options.OutputFiles.Add("wldap32.lib");
|
||||
options.OutputFiles.Add("crypt32.lib");
|
||||
break;
|
||||
case TargetPlatform.Linux:
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user