diff --git a/recipes/numpy/all/conanfile.py b/recipes/numpy/all/conanfile.py index 64df7ed5f4c62..12800764c719c 100644 --- a/recipes/numpy/all/conanfile.py +++ b/recipes/numpy/all/conanfile.py @@ -20,7 +20,7 @@ class NumpyConan(ConanFile): homepage = "https://numpy.org/devdocs/reference/c-api/index.html" topics = ("ndarray", "array", "linear algebra", "npymath") - package_type = "static-library" + package_type = "application" settings = "os", "arch", "compiler", "build_type" options = { "fPIC": [True, False],