Skip to content

Commit

Permalink
Fix win_setup script not escaping closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 10, 2024
1 parent 808f24e commit f5d79ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo.info  Creating cabal.project.local file...
echo.package sdl2
echo. -- Disable pkg-config, as we instead supply the path to the SDL2 libraries manually
echo. flags: -pkgconfig
echo. -- Supply the path to the local SDL2 libraries (must be absolute path)
echo. -- Supply the path to the local SDL2 libraries (must be absolute path^)
echo. extra-lib-dirs: "%cd:\=\\%\\sdl2_win_mingw\\lib"
echo. extra-include-dirs: "%cd:\=\\%\\sdl2_win_mingw\\include\\SDL2"
echo.package text
Expand Down

0 comments on commit f5d79ee

Please sign in to comment.