early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/readline/portfile.cmake
vendored
Executable file
5
externals/vcpkg/ports/readline/portfile.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "No implementation of readline is currently available for UWP targets")
|
||||
endif()
|
||||
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
17
externals/vcpkg/ports/readline/vcpkg.json
vendored
Executable file
17
externals/vcpkg/ports/readline/vcpkg.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "readline",
|
||||
"version-string": "0",
|
||||
"port-version": 3,
|
||||
"description": "GNU readline and history libraries",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "readline-unix",
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
"name": "readline-win32",
|
||||
"platform": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user