libtheora: fix access to mc=svc package
This commit is contained in:
parent
e9f537fcde
commit
d8447a4c28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user