mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-15 19:14:43 +00:00
(#13266) libsystemd/all: Add missing VirtualBuildEnv
We need VirtualBuildEnv in this recipe to guarantee that build_requirements will be used during build.
This commit is contained in:
@@ -36,7 +36,7 @@ class LibsystemdConan(ConanFile):
|
||||
"with_xz": True,
|
||||
"with_zstd": True,
|
||||
}
|
||||
generators = "PkgConfigDeps"
|
||||
generators = "PkgConfigDeps", "VirtualBuildEnv"
|
||||
exports_sources = "patches/**"
|
||||
|
||||
def configure(self):
|
||||
|
Reference in New Issue
Block a user