Skip to content

Commit

Permalink
llvmPackages.libcxx: use hasSharedLibraries instead of isStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruczgy authored and alyssais committed Dec 22, 2024
1 parent 4fef32c commit 304d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/common/libcxx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, freebsd
, cxxabi ? if stdenv.hostPlatform.isFreeBSD then freebsd.libcxxrt else null
, libunwind
, enableShared ? !stdenv.hostPlatform.isStatic
, enableShared ? stdenv.hostPlatform.hasSharedLibraries
, devExtraCmakeFlags ? []
}:

Expand Down

0 comments on commit 304d149

Please sign in to comment.