[readline-unix] Fix x64-linux-dynamic build (#25823)

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
This commit is contained in:
Osyotr 2022-07-18 23:15:02 +03:00 committed by GitHub
parent 9ab9880238
commit 2c208f9831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -16,6 +16,7 @@ vcpkg_configure_make(
vcpkg_install_make()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/tools/readline-unix/bin" "${CURRENT_PACKAGES_DIR}/tools/readline-unix/debug/bin")
vcpkg_fixup_pkgconfig()

View File

@ -1,8 +1,9 @@
{
"name": "readline-unix",
"version": "8.1",
"port-version": 1,
"port-version": 2,
"description": "Implementation of readline for unix",
"license": "GPL-3.0-or-later",
"supports": "!windows",
"dependencies": [
"ncurses"

View File

@ -6222,7 +6222,7 @@
},
"readline-unix": {
"baseline": "8.1",
"port-version": 1
"port-version": 2
},
"readline-win32": {
"baseline": "5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e81a9fe4baa7c437b6e6d9636ae7c291e2ed81e9",
"version": "8.1",
"port-version": 2
},
{
"git-tree": "cc7ba8176a2492af17dc561bcb82c36f7c89e540",
"version": "8.1",