fix: build.gradle
This commit is contained in:
@@ -36,9 +36,9 @@ natives {
|
||||
|
||||
if (OperatingSystem.current().isWindows()) {
|
||||
platforms = 'windows'
|
||||
} else if (operatingsystem.current().isMacOsX()) {
|
||||
} else if (OperatingSystem.current().isMacOsX()) {
|
||||
platforms = 'osx'
|
||||
} else if (operatingsystem.current().isLinux()) {
|
||||
} else if (OperatingSystem.current().isLinux()) {
|
||||
platforms = 'linux'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user