diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 15:27:59 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 15:27:59 -0800 |
| commit | 68d4a4c4bc0309dcac61752a871f84633a211777 (patch) | |
| tree | be450dbab493740a63971b3474963088a033c12a /toolsrc/src/triplet.cpp | |
| parent | e9ddf167b19fb63dd4defaddcfe4cae2f6c223ca (diff) | |
| parent | dbab03a1a82913ae96bfa3c1613ade20b5ac438d (diff) | |
| download | vcpkg-68d4a4c4bc0309dcac61752a871f84633a211777.tar.gz vcpkg-68d4a4c4bc0309dcac61752a871f84633a211777.zip | |
Merge branch 'master' into ericmitt
Diffstat (limited to 'toolsrc/src/triplet.cpp')
| -rw-r--r-- | toolsrc/src/triplet.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolsrc/src/triplet.cpp b/toolsrc/src/triplet.cpp index af2ca2a72..a6816b445 100644 --- a/toolsrc/src/triplet.cpp +++ b/toolsrc/src/triplet.cpp @@ -64,14 +64,4 @@ namespace vcpkg auto it = std::find(this->m_canonical_name.cbegin(), this->m_canonical_name.cend(), '-'); return std::string(it + 1, this->m_canonical_name.cend()); } - - triplet::BuildType triplet::build_type() const - { - if (this->m_canonical_name.find("static") != std::string::npos) - { - return BuildType::STATIC; - } - - return BuildType::DYNAMIC; - } } |
