Skip to content

Commit

Permalink
Add a missing append for msys64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretia committed Jan 6, 2024
1 parent 353f2fe commit ddb59a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index/sd/sdlada/sdlada-2.5.19.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ project-files = ["build/gnat/sdlada.gpr"] #, "build/gnat/"]
libsdl2_mixer = "^2.0.0"
make = "*" # Required for post-fetch actions

[environment.'case(distribution)'.msys2.C_INCLUDE_PATH]
# sdlada expects SDL2 headers to be in the C_INCLUDE_PATH but the option
# used in the project file ("-I/usr/include/SDL2") doesn't work with msys2
append = "${DISTRIB_ROOT}/mingw64/include/SDL2"

[origin]
commit = "41edea80d96bc3cfd4df200a2b0eea9dd66c85ba"
url = "git+https://github.com/Lucretia/sdlada.git"
Expand Down

0 comments on commit ddb59a4

Please sign in to comment.