Source code for spack.hooks.windows_runtime_linkage

# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


[docs] def post_install(spec, explicit=None): spec.package.windows_establish_runtime_linkage()