Skip to content

Commit 94c091b

Browse files
authored
Update recipes/rxcpp/all/conanfile.py
1 parent cd6611e commit 94c091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/rxcpp/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RxcppConan(ConanFile):
1616
homepage = "https://github.com/ReactiveX/RxCpp"
1717
url = "https://github.com/conan-io/conan-center-index"
1818
settings = "os", "arch", "compiler", "build_type"
19-
package_type = "header-only"
19+
package_type = "header-library"
2020
no_copy_source = True
2121

2222
def package_id(self):

0 commit comments

Comments
 (0)