Skip to content

Commit

Permalink
Add macOS / OSX to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Nov 12, 2024
1 parent fbe44b9 commit 04c7c4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ implementation "dev.deftu:copycat:<VERSION>"
"linux-x64",
"linux-x86",
"linux-arm",
"linux-arm64"
"linux-arm64",
"os-x-x64",
"os-x-arm64"
].forEach { target ->
runtimeOnly "dev.deftu:copycat-natives-$target:<VERSION>"
}
Expand All @@ -63,7 +65,9 @@ listOf(
"linux-x64",
"linux-x86",
"linux-arm",
"linux-arm64"
"linux-arm64",
"os-x-x64",
"os-x-arm64"
).forEach { target ->
runtimeOnly("dev.deftu:copycat-natives-$target:<VERSION>")
}
Expand All @@ -79,6 +83,8 @@ listOf(
- Linux x86
- Linux ARM (Android)
- Linux ARM64 (Android)
- macOS x64 (Intel)
- macOS ARM64 (Apple Silicon)

macOS is not supported at this time due to the inability to build the native library.

Expand Down

0 comments on commit 04c7c4f

Please sign in to comment.