From 4fa33650c803782a0236029ef0debcd7ca49f8b2 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Sun, 17 Dec 2023 22:11:57 +0000 Subject: [PATCH] Fix the stupid symlink again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8741352..802c2bf 100644 --- a/Makefile +++ b/Makefile @@ -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