Skip to content

Commit

Permalink
delete linux from fail port from tomlplusplus (#15609)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jan 17, 2021
1 parent e51da1b commit 0c94afc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion port_versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5806,7 +5806,7 @@
},
"tomlplusplus": {
"baseline": "2.3.0",
"port-version": 0
"port-version": 1
},
"tool-meson": {
"baseline": "0.56.02",
Expand Down
5 changes: 5 additions & 0 deletions port_versions/t-/tomlplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a",
"version-string": "2.3.0",
"port-version": 1
},
{
"git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd",
"version-string": "2.3.0",
Expand Down
3 changes: 2 additions & 1 deletion ports/tomlplusplus/CONTROL
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion ports/tomlplusplus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c94afc

Please sign in to comment.