Skip to content

Commit

Permalink
add package_type
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored and jcar87 committed Jul 10, 2023
1 parent c5d3468 commit fb4a21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/wt/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class WtConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/emweb/wt"
topics = ("server", "web", "webapp", "websocket", "cgi", "fastcgi", "orm")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"
options = {
"shared": [True, False],
Expand Down

0 comments on commit fb4a21a

Please sign in to comment.