Skip to content

Commit

Permalink
Trying to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi committed Aug 24, 2024
1 parent 512f8d6 commit 9bcb0cc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ Mode = "release"
'...' = { YASS_OS = "Unix" }

[[depends-on]]
libcmark = ">=0.0.1"

[[depends-on]]
# See https://github.com/AdaCore/aws/issues/380
# and https://github.com/alire-project/alire/issues/1710
[depends-on.'case(os)'.windows]
aws = "^23.0.0"
xmlada = "^23.0.0"
gnatcoll = "^23.0.0"

[depends-on.'case(os)'.'...']
aws = "^24.0.0"
xmlada = "^24.0.0"
gnatcoll = "^24.0.0"
libcmark = ">=0.0.1"
gnatcoll = "^24.0.0"

0 comments on commit 9bcb0cc

Please sign in to comment.