diff options
-rw-r--r-- | lib/spack/spack/build_systems/nmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_systems/nmake.py b/lib/spack/spack/build_systems/nmake.py index b5e93755c5..7b0f7f18ba 100644 --- a/lib/spack/spack/build_systems/nmake.py +++ b/lib/spack/spack/build_systems/nmake.py @@ -92,7 +92,7 @@ class NMakeBuilder(BaseBuilder): This path is relative to the root of the extracted tarball, not to the ``build_directory``. Defaults to the current directory. """ - return self.stage.source_dir + return self.stage.source_path @property def nmakefile_name(self): |