mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:35:35 +08:00
[readline-unix] Fix x64-linux-dynamic build (#25823)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
This commit is contained in:
parent
9ab9880238
commit
2c208f9831
@ -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()
|
||||
|
||||
|
@ -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"
|
||||
|
@ -6222,7 +6222,7 @@
|
||||
},
|
||||
"readline-unix": {
|
||||
"baseline": "8.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"readline-win32": {
|
||||
"baseline": "5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e81a9fe4baa7c437b6e6d9636ae7c291e2ed81e9",
|
||||
"version": "8.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "cc7ba8176a2492af17dc561bcb82c36f7c89e540",
|
||||
"version": "8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user