From d1894ae051b6ffa3c2ed3dd237b254a8558dddfe Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 25 Jan 2021 11:51:27 +0100 Subject: [PATCH] Also enable ffi on linux (#145) Motivation: dd211ef47dfcd38d9023e588d5877f0c9f937aa5 changed the version of quiche we compile against and correctly used --features ffi for macOS. Unfortunally we missed to do the same for linux Modifications: Add --features ffi on linux as well when building Result: No more "undefined symbol" errors on linux --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index daa109970..8562ead37 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,8 @@ + +