Skip to content

Commit

Permalink
[email protected]_py312: add llvm to the cmake_prefix_path when building …
Browse files Browse the repository at this point in the history
…on gnu+linux
  • Loading branch information
ipatch committed Dec 23, 2024
1 parent a71d3b8 commit 931a6ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def install
cmake_prefix_paths << Formula["mesa"].prefix
cmake_prefix_paths << Formula["libx11"].prefix
cmake_prefix_paths << Formula["libxcb"].prefix
cmake_prefix_paths << Formula["llvm"].prefix
end

cmake_prefix_path_string = cmake_prefix_paths.join(";")
Expand Down

0 comments on commit 931a6ee

Please sign in to comment.