Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 14, 2023
1 parent e36c609 commit c44dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/javafx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation("io.matthewnelson.kotlin-components:kmp-tor-binary-macosx64:$vTor")
}
osName.contains("Mac", true) -> {
implementation("io.matthewnelson.kotlin-components:kmp-tor-binary-macosx64:$vTor")
implementation("io.matthewnelson.kotlin-components:kmp-tor-binary-macosarm64:$vTor")
}
osName.contains("linux", true) -> {
// Will be providing our own binary resources for x64 Tor 0.4.7.12 as an example
Expand Down

0 comments on commit c44dc30

Please sign in to comment.