Skip to content

Commit

Permalink
[DROP-ME] check architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Nov 24, 2023
1 parent fad0c35 commit 0d34a91
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ object LibSodiumJni {
import scala.build.internal.Util.DependencyOps

val classifier = FetchExternalBinary.platformSuffix(supportsMusl = false)
pprint.err.log(sys.props("os.arch"))
pprint.err.log(classifier)
val ext =
if (Properties.isLinux) "so"
else if (Properties.isMac) "dylib"
Expand Down

0 comments on commit 0d34a91

Please sign in to comment.