diff options
| author | Jafar Abdi <cafer.abdi@gmail.com> | 2021-06-10 21:26:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 11:26:29 -0700 |
| commit | 805a02fe990f194af59cdaca61817d31b56506c6 (patch) | |
| tree | a94e251abab021a6bb0475c9ef082f587794493e /versions | |
| parent | 6982e51269de3333478f3dc24dc9ed2e7b9e8ca2 (diff) | |
| download | vcpkg-805a02fe990f194af59cdaca61817d31b56506c6.tar.gz vcpkg-805a02fe990f194af59cdaca61817d31b56506c6.zip | |
[yaml-cpp] Fix visibility attribute for ubuntu (#17728)
* Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows
* Update port version
* Run x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/y-/yaml-cpp.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7d671275c..4c5551101 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6750,7 +6750,7 @@ }, "yaml-cpp": { "baseline": "0.6.3", - "port-version": 0 + "port-version": 1 }, "yara": { "baseline": "4.1.0", diff --git a/versions/y-/yaml-cpp.json b/versions/y-/yaml-cpp.json index 433f4172c..3e5888040 100644 --- a/versions/y-/yaml-cpp.json +++ b/versions/y-/yaml-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "045045b2d5b8cb6166b6d0d548effc0764623341", + "version-string": "0.6.3", + "port-version": 1 + }, + { "git-tree": "fabfdd85c28d751aa769d2e743bf0e9ccd8dd178", "version-string": "0.6.3", "port-version": 0 |
