[vcpkg baseline][hunspell] Fix usage when building static#19323
Merged
BillyONeal merged 4 commits intomicrosoft:masterfrom Aug 5, 2021
Merged
[vcpkg baseline][hunspell] Fix usage when building static#19323BillyONeal merged 4 commits intomicrosoft:masterfrom
BillyONeal merged 4 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a863c84812089836a3c0f2f215ab3e2579fc8acf -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 23329bd..6084c96 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2546,7 +2546,7 @@
},
"hunspell": {
"baseline": "1.7.0",
- "port-version": 4
+ "port-version": 5
},
"hwloc": {
"baseline": "2.2.0",
diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json
index 0c6d4ad..6ce5577 100644
--- a/versions/h-/hunspell.json
+++ b/versions/h-/hunspell.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "2f2264528232cb7b66605e84634f86bbde7f2be7",
+ "version": "1.7.0",
+ "port-version": 5
+ },
{
"git-tree": "1441675cd83b048c9fe45d9230ab99c06421b121",
"version": "1.7.0",
NancyLi1013
approved these changes
Aug 3, 2021
NancyLi1013
suggested changes
Aug 4, 2021
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a863c84812089836a3c0f2f215ab3e2579fc8acf -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json
index 6ce5577..af5756c 100644
--- a/versions/h-/hunspell.json
+++ b/versions/h-/hunspell.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "2f2264528232cb7b66605e84634f86bbde7f2be7",
+ "git-tree": "2a0514dd8b3893b6d3a502fbf55156e9e971d6f7",
"version": "1.7.0",
"port-version": 5
},
JackBoosY
commented
Aug 4, 2021
NancyLi1013
approved these changes
Aug 4, 2021
Contributor
|
Ping @dan-shaw, please help merge this PR, thanks. |
BillyONeal
reviewed
Aug 5, 2021
Member
|
Thanks for the fix! |
dg0yt
reviewed
Aug 5, 2021
| vcpkg_copy_pdbs() | ||
|
|
||
| if (VCPKG_LIBRARY_LINKAGE STREQUAL "static") | ||
| if (VCPKG_TARGET_IS_WINDOWS) |
Contributor
There was a problem hiding this comment.
This needs a AND NOT VCPKG_TARGET_IS_MINGW, to match the earlier choice of build system. I just verified that mingw installs to include/hunspell/hunvisapi.h.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In include/hunspell/hunvisapi.h:
That caused the usage error in baseline: