Skip to content

Commit 70a7c77

Browse files
author
Daniel Verdugo Nosov
committed
Filepath for python_framework corrected
1 parent 501b2f5 commit 70a7c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def install
2929
] + std_cmake_args
3030

3131
python_version = Language::Python.major_minor_version Formula["[email protected]"].opt_bin/"python3"
32-
python_framework = Formula["[email protected]"].prefix/"Python.framework/Versions/#{python_version}"
32+
python_framework = "/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/#{python_version}"
3333
site_packages_dir = lib/"python#{python_version}/site-packages"
3434

3535
system "./acprep", "opt", "make", *args

0 commit comments

Comments
 (0)