Skip to content

Commit

Permalink
Fix extra-bundled-libraries missing C prefix for SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 9, 2024
1 parent 6d99c66 commit 3856b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaskellGameJamTemplate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ executable Game
-- is found in the system package manager.
-- Linux: apt-get install libsdl2-dev
-- OSX: brew install sdl2
extra-bundled-libraries: SDL2
extra-bundled-libraries: CSDL2


-- Base language which the package is written in.
Expand Down
File renamed without changes.

0 comments on commit 3856b92

Please sign in to comment.