aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-12 17:52:49 +1200
committerArslaan Pathan <[email protected]>2025-06-12 17:52:49 +1200
commit669c83f1ecbaee0fb97ec3fbcb8bcb7ef0581cfd (patch)
treee07f82a493e013426a522fac89c3d59e98cc2701 /Makefile
parent525b709e379846070a632cbffe10fae999b23842 (diff)
downloadshowdownofthesticks-669c83f1ecbaee0fb97ec3fbcb8bcb7ef0581cfd.tar.xz
showdownofthesticks-669c83f1ecbaee0fb97ec3fbcb8bcb7ef0581cfd.zip
Move scripts to disk instead of hardcoded strings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d493731..64a9a6b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ NT_SDL_TTF_DLL_LOCATION = WindowsShit/SDL2_ttf-2.24.0/x86_64-w64-mingw32/bin/SDL
NT_SDL_IMAGE_DLL_LOCATION = WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/bin/SDL2_image.dll
NT_SDL_MIXER_DLL_LOCATION = WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/bin/SDL2_mixer.dll
NT_LIBWINPTHREAD_LOCATION = WindowsShit/libwinpthread-1.dll
-MACOS_SDL_DYLIB_LOCATION = /opt/homebrew/opt/sdl2/lib/libSDL2.dylib
-MACOS_SDL_TTF_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_ttf/lib/libSDL2_ttf.dylib
-MACOS_SDL_IMAGE_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_image/lib/libSDL2_image.dylib
-MACOS_SDL_MIXER_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_mixer/lib/libSDL2_mixer.dylib
+MACOS_SDL_DYLIB_LOCATION = /opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib
+MACOS_SDL_TTF_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_ttf/lib/libSDL2_ttf-2.0.0.dylib
+MACOS_SDL_IMAGE_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_image/lib/libSDL2_image-2.0.0.dylib
+MACOS_SDL_MIXER_DYLIB_LOCATION = /opt/homebrew/opt/sdl2_mixer/lib/libSDL2_mixer-2.0.0.dylib
APP_NAME = ShowdownOfTheSticks
UNAME_S := $(shell uname -s)