aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-20 12:15:14 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-20 12:15:41 +0100
commitedcaee5c8e3f69d890ca78b4e1045976564383b8 (patch)
tree9a0abd0b31dfa1a0ad0818d24246766c86590a20
parent85d5a45f08dd47e76f733fd027bb3df3d7b1948a (diff)
downloadtr8vm-edcaee5c8e3f69d890ca78b4e1045976564383b8.tar.gz
tr8vm-edcaee5c8e3f69d890ca78b4e1045976564383b8.zip
Allow overriding sdl2-config
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3660c37..3dbbc3d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS := -Wpedantic -s -O2 -Wall -I.
LDFLAGS :=
# only for the vm
-SDL2_CONFIG := sdl2-config
+SDL2_CONFIG ?= sdl2-config
LIBS := `$(SDL2_CONFIG) --libs` -lSDL2_mixer
all: tr8as tr8vm