mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
delete linux from fail port from tomlplusplus (#15609)
* delete linux * Update ports/tomlplusplus/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
This commit is contained in:
parent
e51da1b1b9
commit
0c94afc788
@ -5806,7 +5806,7 @@
|
||||
},
|
||||
"tomlplusplus": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"tool-meson": {
|
||||
"baseline": "0.56.02",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a",
|
||||
"version-string": "2.3.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd",
|
||||
"version-string": "2.3.0",
|
||||
|
@ -1,5 +1,6 @@
|
||||
Source: tomlplusplus
|
||||
Version: 2.3.0
|
||||
Port-Version: 1
|
||||
Homepage: https://marzer.github.io/tomlplusplus/
|
||||
Description: Header-only TOML config file parser and serializer for modern C++.
|
||||
Supports: !(arm|uwp|linux|osx)
|
||||
Supports: !(arm|uwp|osx)
|
||||
|
@ -1,4 +1,4 @@
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp")
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "osx" "uwp")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user