Skip to content

Commit

Permalink
Update libc++abi.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Mar 25, 2024
1 parent 5963d3c commit 6a47220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/llvm/libc++abi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Libcxxabi < Formula

depends_on "cmake" => :build

depends_on "paperchalice/private/libunwind"

def install
cmake_args = std_cmake_args+ %w[
-D LLVM_ENABLE_RUNTIMES=libcxx;libcxxabi
-D LLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind

-S runtimes
-B build
Expand Down

0 comments on commit 6a47220

Please sign in to comment.