Skip to content

Commit

Permalink
Intel pathing for brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
midsandhighs committed Jul 8, 2021
1 parent adfbb22 commit 0082ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewed/tohil.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Tohil < Formula
def install
virtualenv_install_with_resources :using => "[email protected]"
system "autoconf"
system "./configure", "--prefix=/opt/homebrew", "--with-python-lib=/opt/homebrew/python@3.9/lib/", "--with-tcl=/opt/homebrew/opt/tcl-tk/lib/"
system "./configure", "--prefix=/usr/local/opt", "--with-python-version=3.9", "--with-tcl=/usr/local/opt/tcl-tk/lib/"
system "make"
# system Formula["[email protected]"].opt_bin/"python3", *Language::Python.setup_install_args(prefix)
system "make", "install"
Expand Down

0 comments on commit 0082ead

Please sign in to comment.