diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/g3log/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/g3log/vcpkg.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ports/g3log/portfile.cmake b/ports/g3log/portfile.cmake index 6cd6d0837..a9dc7c4c4 100644 --- a/ports/g3log/portfile.cmake +++ b/ports/g3log/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
+
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KjellKod/g3log
diff --git a/ports/g3log/vcpkg.json b/ports/g3log/vcpkg.json index c17e98d8b..7770e4a22 100644 --- a/ports/g3log/vcpkg.json +++ b/ports/g3log/vcpkg.json @@ -1,6 +1,8 @@ { "name": "g3log", "version": "1.3.4", + "port-version": 1, "description": "Asynchronous logger with Dynamic Sinks", - "homepage": "https://github.com/KjellKod/g3log" + "homepage": "https://github.com/KjellKod/g3log", + "supports": "!(arm | uwp)" } |
