Skip to content

Commit

Permalink
Fix pkg_config sdl2 string
Browse files Browse the repository at this point in the history
  • Loading branch information
Damirados committed Nov 21, 2024
1 parent bccf578 commit 597fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Membrane.SDL.BundlexProject do
sdl2: [
{:precompiled, Membrane.PrecompiledDependencyProvider.get_dependency_url(:sdl2),
"SDL2"},
{:pkg_config, "SDL2"}
{:pkg_config, "sdl2"}
]
],
preprocessor: Unifex
Expand Down

0 comments on commit 597fa66

Please sign in to comment.