Skip to content

Commit 501b2f5

Browse files
author
Daniel Verdugo Nosov
committed
Moved formula to the root
1 parent 8033bc9 commit 501b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ledger.rb renamed to 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]"].opt_frameworks/"Python.framework/Versions/#{python_version}"
32+
python_framework = Formula["[email protected]"].prefix/"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)