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