diff --git a/build.gradle b/build.gradle index 4d18583..a30a2aa 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ natives { if (OperatingSystem.current().isWindows()) { platforms = 'windows' - } else if (operatingsystem.current().isMacOsX()) { - platforms = 'osx' - } else if (operatingsystem.current().isLinux()) { - platforms = 'linux' + } else if (OperatingSystem.current().isMacOsX()) { + platforms = 'osx' + } else if (OperatingSystem.current().isLinux()) { + platforms = 'linux' } }