diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-23 14:09:30 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-23 14:09:30 -0700 |
| commit | 7625d837d52aa218526d02a98d1748e479b994a1 (patch) | |
| tree | 94389bfc97f98348f55982a7337728ed23c3696e /toolsrc/src | |
| parent | 91be9db1210fec892eeef176ff6035a6b574386a (diff) | |
| download | vcpkg-7625d837d52aa218526d02a98d1748e479b994a1.tar.gz vcpkg-7625d837d52aa218526d02a98d1748e479b994a1.zip | |
[vcpkg] Revert 5671a12. Fixes #206, we should reapply these checks once all existing ports have been fixed.
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/post_build_lint.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp index 4bcf5b008..9b23013de 100644 --- a/toolsrc/src/post_build_lint.cpp +++ b/toolsrc/src/post_build_lint.cpp @@ -483,9 +483,10 @@ namespace vcpkg default: Checks::unreachable(); } - +#if 0 error_count += check_no_subdirectories(paths.packages / spec.dir() / "lib"); error_count += check_no_subdirectories(paths.packages / spec.dir() / "debug" / "lib"); +#endif const std::vector<fs::path> debug_libs = recursive_find_files_with_extension_in_dir(paths.packages / spec.dir() / "lib", ".lib"); const std::vector<fs::path> release_libs = recursive_find_files_with_extension_in_dir(paths.packages / spec.dir() / "debug" / "lib", ".lib"); |
