Skip to content

Commit

Permalink
Fix the paths of both libc++ and libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed May 4, 2024
1 parent 45e963a commit e126f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libtokenizers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ class Libtokenizers < Formula
desc "libtokenizers for haskell-bindings"
homepage "https://github.com/hasktorch/tokenizers"
url "https://github.com/hasktorch/tokenizers/releases/download/libtokenizers-v0.1/libtokenizers-macos-arm64.zip"
sha256 "4700b99f07b5cc7c11d8d441d4070639222db9db729221afe38286ad8bcc6b98"
sha256 "83e0f74daea43e5cbda80b32edacfed6ce9bec1037fc7fe413690e332777626d"
license "Apache-2.0"

def install
system "bash", "-c", "install -d #{lib}"
system "bash", "-c", "cp -a lib/* #{lib}"
system "bash", "-c", "chmod +x #{lib}/*"
end
end

0 comments on commit e126f89

Please sign in to comment.