Skip to content

Commit

Permalink
Fix pkg_config sdl2 string (#36)
Browse files Browse the repository at this point in the history
* Fix pkg_config sdl2 string

* Use both uppercase and lowercase sdl2 pkg names
  • Loading branch information
Damirados authored Nov 22, 2024
1 parent bccf578 commit 2d294b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ defmodule Membrane.SDL.BundlexProject do
sdl2: [
{:precompiled, Membrane.PrecompiledDependencyProvider.get_dependency_url(:sdl2),
"SDL2"},
{:pkg_config, "SDL2"}
{:pkg_config, "SDL2"},
{:pkg_config, "sdl2"}
]
],
preprocessor: Unifex
Expand Down

0 comments on commit 2d294b1

Please sign in to comment.