Skip to content

Commit

Permalink
Comment out the mac stuff, for now as 1.2.1 doesn't understand it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretia committed Jan 3, 2024
1 parent bf92883 commit 7a30422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index/sd/sdlada/sdlada-2.5.19.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ project-files = ["build/gnat/sdlada.gpr"] #, "build/gnat/"]
[gpr-set-externals.'case(os)']
linux = { SDL_PLATFORM = "linux" }
windows = { SDL_PLATFORM = "windows" }
[gpr-set-externals.'case(distribution)']
homebrew = { SDL_PLATFORM = "macos_homebrew" }
macports = { SDL_PLATFORM = "macos_ports" }
# [gpr-set-externals.'case(distribution)']
# homebrew = { SDL_PLATFORM = "macos_homebrew" }
# macports = { SDL_PLATFORM = "macos_ports" }

[[actions]]
type = "pre-build"
Expand Down

0 comments on commit 7a30422

Please sign in to comment.