Fix a build error, oops

This commit is contained in:
Kaz Wolfe 2023-09-12 18:14:54 -07:00
parent 2acba2b81f
commit 0fca2c80c3
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -166,7 +166,7 @@ public sealed class EntryPoint
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
if (!Util.IsLinux())
if (!Util.IsWine())
InitSymbolHandler(info);
var dalamud = new Dalamud(info, configuration, mainThreadContinueEvent);