Skip to content

Commit

Permalink
Fix the stupid symlink again
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbloch committed Dec 17, 2023
1 parent 03fc9d7 commit 4fa3365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ 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 -s SDL2-${SDL_VERSION}/x86_64-w64-mingw32 SDL2
ln -s SDL2-${SDL_VERSION} 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

Expand Down

0 comments on commit 4fa3365

Please sign in to comment.