Skip to content

Commit

Permalink
Proper xz toolchain override
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed Jan 12, 2023
1 parent 7b8704d commit 3ee4307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/xz/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get_file_string_number(f):
newest_compiler = max(compiler_dirs, key=get_file_string_number)
return os.path.join(win_dir, newest_compiler)

@property
def toolchain_version(self):
return self.compiler.platform_toolset_ver

Expand Down

0 comments on commit 3ee4307

Please sign in to comment.