From ef26a35fd6be64d5d7205e34dc0c55cc6b8b1ef2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 19 Jun 2016 04:56:51 -0400 Subject: [PATCH] Add compilation support for 32 bits linux - node.js fix (#2414) --- war/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/war/pom.xml b/war/pom.xml index 8ba37bb3a8..9b56d77ce2 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -596,6 +596,14 @@ THE SOFTWARE. + + node-classifier-linux-32 + Linuxi386 + + node-v${node.version}-linux-x86.tar.gz + + + node-classifier-mac mac -- GitLab