Skip to content

Commit

Permalink
fix: SDL2 url typo in pack demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 24, 2024
1 parent db19089 commit 0830e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pack-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -p cjit-demo/SDL2

# SDL2
ver=2.30.10
url="https://github.com/libsdl-org/SDL2/releases/download/release-${ver}"
url="https://github.com/libsdl-org/SDL/releases/download/release-${ver}"
[ -r SDL2-${ver}-win32-x64.zip ] ||
wget ${url}/SDL2-${ver}-win32-x64.zip
[ -r cjit-demo/SDL2.dll ] ||
Expand Down

0 comments on commit 0830e47

Please sign in to comment.