diff options
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 |
