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:
Maxim Marshev 2021-01-17 08:11:41 +04:00 committed by GitHub
parent e51da1b1b9
commit 0c94afc788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -5806,7 +5806,7 @@
},
"tomlplusplus": {
"baseline": "2.3.0",
"port-version": 0
"port-version": 1
},
"tool-meson": {
"baseline": "0.56.02",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a",
"version-string": "2.3.0",
"port-version": 1
},
{
"git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd",
"version-string": "2.3.0",

View File

@ -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)

View File

@ -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