Skip to content
Snippets Groups Projects
Unverified Commit d8447a4c authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

libtheora: fix access to mc=svc package

parent e9f537fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment