Skip to content

Commit

Permalink
add library type
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jun 14, 2024
1 parent 9fe418e commit b826c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/crashpad/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class CrashpadConan(ConanFile):
homepage = "https://chromium.googlesource.com/crashpad/crashpad/+/master/README.md"
provides = "mini_chromium"
settings = "os", "arch", "compiler", "build_type"
package_type = "static-library"
options = {
"fPIC": [True, False],
"http_transport": ["libcurl", "socket", None],
Expand Down

0 comments on commit b826c64

Please sign in to comment.