diff options
| author | Maxim Marshev <67420634+marshevms@users.noreply.github.com> | 2021-01-17 08:11:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 20:11:41 -0800 |
| commit | 0c94afc7883faee9f188c36232d628ffa94cf27f (patch) | |
| tree | f4c7d0d2c31cf88932626677975acdc5962bda4c /ports/tomlplusplus | |
| parent | e51da1b1b91d0c5b63bafad437ff402233c0e7db (diff) | |
| download | vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.tar.gz vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.zip | |
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>
Diffstat (limited to 'ports/tomlplusplus')
| -rw-r--r-- | ports/tomlplusplus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tomlplusplus/portfile.cmake | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL index b196607e6..3ffba5233 100644 --- a/ports/tomlplusplus/CONTROL +++ b/ports/tomlplusplus/CONTROL @@ -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) diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake index 974bc99a0..5edaf68cd 100644 --- a/ports/tomlplusplus/portfile.cmake +++ b/ports/tomlplusplus/portfile.cmake @@ -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 |
