From f81149324ff42ee375d094b20ac481e40206f678 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 26 May 2021 14:10:45 +0200 Subject: [PATCH] Automatically use netty-tcnative-boringssl-static on windows (#11317) Motivation: We only release a static compiled version of netty-tcnative for windows so we need to ensure we use it when on windows and not try to use a dynamic build version. Modifications: Automatically renable the boringssl profile when on windows Result: Fixes https://github.com/netty/netty/issues/11302 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index fb63f49199..a1282890a4 100644 --- a/pom.xml +++ b/pom.xml @@ -361,6 +361,15 @@ boringssl + + + + windows + + netty-tcnative-boringssl-static