diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-03 19:09:24 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-03 19:09:24 -0800 |
| commit | b03b578ffc27a9f0d4d9c7a8edc8edeea487dce3 (patch) | |
| tree | 66cc3c484da4d6af5672b1913dfe341774f4e0b0 /toolsrc/src/PostBuildLint.cpp | |
| parent | d7fb7b7736cd7cd67cedab31772c60430fecb927 (diff) | |
| download | vcpkg-b03b578ffc27a9f0d4d9c7a8edc8edeea487dce3.tar.gz vcpkg-b03b578ffc27a9f0d4d9c7a8edc8edeea487dce3.zip | |
Rename policy to OnlyReleaseCRT
Diffstat (limited to 'toolsrc/src/PostBuildLint.cpp')
| -rw-r--r-- | toolsrc/src/PostBuildLint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/PostBuildLint.cpp b/toolsrc/src/PostBuildLint.cpp index b0edaf805..8abf71bb3 100644 --- a/toolsrc/src/PostBuildLint.cpp +++ b/toolsrc/src/PostBuildLint.cpp @@ -684,7 +684,7 @@ namespace vcpkg::PostBuildLint error_count += check_bin_folders_are_not_present_in_static_build(package_dir); - if (!contains_and_enabled(build_info.policies, BuildPolicies::NO_DEBUG_BINARIES)) + if (!contains_and_enabled(build_info.policies, BuildPolicies::ONLY_RELEASE_CRT)) { error_count += check_crt_linkage_of_libs(BuildType::value_of(ConfigurationType::DEBUG, build_info.crt_linkage), debug_libs, dumpbin_exe); } |
