libtheora: fix access to mc=svc package

This commit is contained in:
Massimiliano Culpo 2025-01-13 10:09:54 +01:00
parent e9f537fcde
commit d8447a4c28
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C

View File

@ -88,7 +88,7 @@ def setup_build_environment(self, env):
# devenv is needed to convert ancient MSbuild project to modern
# msbuild project so MSBuild versions older than 2010 can build this
# project
devenv_path = os.path.join(self["msvc"].vs_root, "Common7", "IDE")
devenv_path = os.path.join(self.pkg["msvc"].vs_root, "Common7", "IDE")
env.prepend_path("PATH", devenv_path)
@property