Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 14, 2023
1 parent 80a5505 commit e36c609
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 @@ -74,7 +74,7 @@ dependencies {
implementation("io.matthewnelson.kotlin-components:kmp-tor-binary-macosx64:$vTor")
}
osName.contains("linux", true) -> {
// Will be providing our own binary resources for arm64 Tor 0.4.7.12 as an example
// Will be providing our own binary resources for x64 Tor 0.4.7.12 as an example
// which are located in resources/kmptor/linux/x64 of this sample.
// implementation("io.matthewnelson.kotlin-components:kmp-tor-binary-linuxx64:$vTor")
}
Expand Down

0 comments on commit e36c609

Please sign in to comment.