Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 10, 2025
1 parent 7a781d1 commit dfa2cde
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ def requirements(self):
self.requires("yaml-cpp/0.8.0")
self.requires("robin-hood-hashing/3.11.5")
self.requires("libcurl/8.11.1")
if (
self.settings.compiler
and self.settings.compiler.libc
and self.settings.compiler.libc != "musl"
):
libc = self.settings.compiler.get("libc", "")
if libc != "musl":
self.requires("sentry-crashpad/0.6.5")

def build_requirements(self):
Expand Down

0 comments on commit dfa2cde

Please sign in to comment.