mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
[tcl] Fix missing zlib dependency. (#39231)
This commit is contained in:
parent
eb0f108ebd
commit
573516aa28
@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "tcl",
|
||||
"version-string": "core-9-0-a1",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.",
|
||||
"homepage": "https://github.com/tcltk/tcl",
|
||||
"supports": "!android & !(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"profile": {
|
||||
"description": "Adds profiling hooks. Map file is assumed."
|
||||
|
@ -8598,7 +8598,7 @@
|
||||
},
|
||||
"tcl": {
|
||||
"baseline": "core-9-0-a1",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"tclap": {
|
||||
"baseline": "1.2.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cf292d0782ec4b951e94467bd26a6b4a1db5874f",
|
||||
"version-string": "core-9-0-a1",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "e825eeb13189650d5919608370935891a5cba218",
|
||||
"version-string": "core-9-0-a1",
|
||||
|
Loading…
Reference in New Issue
Block a user