Skip to content

Commit

Permalink
Update globe_3d-2023.11.12.toml
Browse files Browse the repository at this point in the history
Limited availability to macos and windows
  • Loading branch information
zertovitch authored May 20, 2024
1 parent f09e40d commit d313b05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index/gl/globe_3d/globe_3d-2023.11.12.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit d313b05

Please sign in to comment.