We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0620f7 commit 69a76eaCopy full SHA for 69a76ea
native/build.gradle.kts
@@ -22,7 +22,7 @@ data class RustPlatform(
22
// is there seriously no better way to do this
23
if (
24
(systemName == "windows" && !hostOs.contains("windows")) ||
25
- (systemName == "osx" && (!hostOs.contains("mac") || !hostOs.contains("darwin"))) ||
+ (systemName == "osx" && !hostOs.contains("mac") && !hostOs.contains("darwin")) ||
26
(systemName == "linux" && (!hostOs.contains("linux")))
27
)
28
return false
0 commit comments