From 73edf515d7e17b8dbaabaa7fab7e809cb11d54c4 Mon Sep 17 00:00:00 2001 From: zosrothko Date: Wed, 2 May 2018 15:50:34 +0200 Subject: [PATCH] Recomment out linux32 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 217ea3631..62ec32e00 100644 --- a/build.gradle +++ b/build.gradle @@ -463,7 +463,7 @@ subprojects { } components { withType(NativeComponentSpec) { - targetPlatform "linux32" + //targetPlatform "linux32" targetPlatform "linux64" targetPlatform "macos"