Skip to content

Commit

Permalink
Add missing symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbloch committed Dec 17, 2023
1 parent 46e5116 commit 03fc9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ SDL_VERSION=2.28.5
SDL2:
@mkdir -p $(@D)
curl -L https://github.com/libsdl-org/SDL/releases/download/release-${SDL_VERSION}/SDL2-devel-${SDL_VERSION}-mingw.tar.gz | tar xz
ln -fs . SDL2-${SDL_VERSION}/x86_64-w64-mingw32/include/SDL2/SDL2
ln -s SDL2-${SDL_VERSION}/x86_64-w64-mingw32 SDL2
ln -s . SDL2-${SDL_VERSION}/x86_64-w64-mingw32/include/SDL2/SDL2
cp SDL2/x86_64-w64-mingw32/bin/SDL2.dll build/win64/SDL2.dll

build/win64/SDL2.dll: SDL2
Expand Down

0 comments on commit 03fc9d7

Please sign in to comment.