mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
[gettext] Fix tools build: (#22211)
msginit-msginit.obj : error LNK2019: unresolved external symbol __imp_optarg_a referenced in function main .libs\msginit.exe : fatal error LNK1120: 1 unresolved externals
This commit is contained in:
parent
abf52dd1ad
commit
e2a2317755
@ -56,6 +56,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
ac_cv_func_memset=yes # not detected in release builds
|
||||
ac_cv_header_pthread_h=no
|
||||
ac_cv_header_dirent_h=no
|
||||
ac_cv_header_getopt_h=no
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gettext",
|
||||
"version": "0.21",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "GNU gettext provides libintl and a set of tools to help produce multi-lingual messages.",
|
||||
"homepage": "https://www.gnu.org/software/gettext/",
|
||||
"dependencies": [
|
||||
|
@ -2422,7 +2422,7 @@
|
||||
},
|
||||
"gettext": {
|
||||
"baseline": "0.21",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"gettimeofday": {
|
||||
"baseline": "2017-10-14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d1dc6ee2684911bfcb6f63c498413a118c235ba5",
|
||||
"version": "0.21",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "f843c5eedf82612df5fef2bfadfe4df8426301a6",
|
||||
"version": "0.21",
|
||||
|
Loading…
Reference in New Issue
Block a user