NMake builder: fix incorrect variable reference (#34937)
This commit is contained in:
parent
60624265f8
commit
c49e2e5620
@ -92,7 +92,7 @@ def makefile_root(self):
|
|||||||
This path is relative to the root of the extracted tarball,
|
This path is relative to the root of the extracted tarball,
|
||||||
not to the ``build_directory``. Defaults to the current directory.
|
not to the ``build_directory``. Defaults to the current directory.
|
||||||
"""
|
"""
|
||||||
return self.stage.source_dir
|
return self.stage.source_path
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def nmakefile_name(self):
|
def nmakefile_name(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user