From 8fd444ac4a20095db8075b585b576b45367500ff Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 9 Sep 2023 20:34:25 +0200 Subject: [PATCH] vcpkg updated supports - also docs --- docs/building/hello-world.mdx | 2 +- docs/building/migrations.mdx | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/building/hello-world.mdx b/docs/building/hello-world.mdx index 257776657..cb13ed906 100644 --- a/docs/building/hello-world.mdx +++ b/docs/building/hello-world.mdx @@ -102,7 +102,7 @@ vim vcpkg.json "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org/building/hello-world", "maintainers": "Silver Zachara ", - "supports": "!(uwp | arm | android | emscripten)", + "supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)", "dependencies": [ "range-v3", "tabulate" diff --git a/docs/building/migrations.mdx b/docs/building/migrations.mdx index 951030781..75bfff29f 100644 --- a/docs/building/migrations.mdx +++ b/docs/building/migrations.mdx @@ -104,7 +104,7 @@ vim vcpkg.json "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org/building/migrations", "maintainers": "Silver Zachara ", - "supports": "!(uwp | arm | android | emscripten)", + "supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)", "dependencies": [ "range-v3", "tabulate" diff --git a/vcpkg.json b/vcpkg.json index bdb43a6fe..7cfc1c732 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org", "maintainers": "Silver Zachara ", - "supports": "!(uwp | arm | android | emscripten)", + "supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)", "dependencies": [ "range-v3", "tabulate"