From 5a779379190f5eb6a0e1eb2e699af9c38eca53de Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Tue, 19 Aug 2014 11:57:49 +0200 Subject: [PATCH] path to 32 bit libs --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6f8fa937..dcb9eda0 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ task downloadCli << { delete file(dir) new File(dir).mkdirs() - ['leopard64':'macos','linux':'linux','linux64':'linux64','win32':'windows'].each { + ['leopard64':'macos','linux32':'linux','linux64':'linux64','win32':'windows'].each { def n = it.getKey() def targetdir = dir+it.getValue() @@ -112,7 +112,7 @@ task downloadCli2 ( type: Exec ) { delete file(dir) new File(dir).mkdirs() - ['leopard64':'macos','linux':'linux','linux64':'linux64','win32':'windows'].each { + ['leopard64':'macos','linux32':'linux','linux64':'linux64','win32':'windows'].each { def n = it.getKey() def targetdir = dir+it.getValue() -- GitLab