From 03fc9d786492f4f50ee6906d8390fc6be619ae4d Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Sun, 17 Dec 2023 22:03:03 +0000 Subject: [PATCH] Add missing symlink --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b67515..8741352 100644 --- a/Makefile +++ b/Makefile @@ -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