Skip to content

Commit 69a76ea

Browse files
committed
i'm so good at this game
1 parent c0620f7 commit 69a76ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data class RustPlatform(
2222
// is there seriously no better way to do this
2323
if (
2424
(systemName == "windows" && !hostOs.contains("windows")) ||
25-
(systemName == "osx" && (!hostOs.contains("mac") || !hostOs.contains("darwin"))) ||
25+
(systemName == "osx" && !hostOs.contains("mac") && !hostOs.contains("darwin")) ||
2626
(systemName == "linux" && (!hostOs.contains("linux")))
2727
)
2828
return false

0 commit comments

Comments
 (0)