diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-08-22 01:27:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-22 01:27:40 -0700 |
| commit | 5d331ed5538b36d040e90fdd96a70fa606fe597a (patch) | |
| tree | 8ae699edf55653801a888c50719c2d22d9c6917b /toolsrc/include | |
| parent | 78b66ad5b91fa69b698ac7e0506534cc63565614 (diff) | |
| download | vcpkg-5d331ed5538b36d040e90fdd96a70fa606fe597a.tar.gz vcpkg-5d331ed5538b36d040e90fdd96a70fa606fe597a.zip | |
[vcpkg] Fix editable bug (#12910)
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/dependencies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/dependencies.h b/toolsrc/include/vcpkg/dependencies.h index 3cca364e7..080a28f52 100644 --- a/toolsrc/include/vcpkg/dependencies.h +++ b/toolsrc/include/vcpkg/dependencies.h @@ -67,6 +67,7 @@ namespace vcpkg::Dependencies std::string displayname() const; const std::string& public_abi() const; + bool has_package_abi() const; const Build::PreBuildInfo& pre_build_info(LineInfo linfo) const; PackageSpec spec; |
