From d313b05245abdb7fa65bf3f8f79b121944ffb497 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 20 May 2024 08:55:29 +0200 Subject: [PATCH] Update globe_3d-2023.11.12.toml Limited availability to macos and windows --- index/gl/globe_3d/globe_3d-2023.11.12.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index/gl/globe_3d/globe_3d-2023.11.12.toml b/index/gl/globe_3d/globe_3d-2023.11.12.toml index 602ae6e87..91b964d9a 100644 --- a/index/gl/globe_3d/globe_3d-2023.11.12.toml +++ b/index/gl/globe_3d/globe_3d-2023.11.12.toml @@ -43,8 +43,12 @@ G3D_Build_Mode = ["debug", "fast", "small"] GID_Build_Mode = "Debug" Zip_Build_Mode = "Debug" +[available.'case(os)'] +macos = true +windows = true +'...' = false + [gpr-set-externals.'case(os)'] -linux = { G3D_OS = "linux" } macos = { G3D_OS = "macosx" } windows = { G3D_OS = "win64" }