changeset 2616:def52341ee5f

Apparently the TREMOR_CFLAGS had been incorrect all along (for my system, which is the one that matters.) The problem had been masked by LIBPNG_CFLAGS having the correct -I option. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Nov 2023 17:39:05 +0200
parents f1b6d809e303
children 2f322910dec5
files Makefile.cross-mingw
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Tue Nov 28 17:42:37 2023 +0200
+++ b/Makefile.cross-mingw	Tue Nov 28 17:39:05 2023 +0200
@@ -54,7 +54,7 @@
 SDL_TTF_CFLAGS ?=
 SDL_TTF_LDFLAGS ?= -lSDL2_ttf
 
-TREMOR_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include/tremor
+TREMOR_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include
 TREMOR_LDFLAGS ?= $(MINGW_LOCAL_PATH)/lib/libvorbisidec.a $(MINGW_LOCAL_PATH)/lib/libogg.a
 
 LIBPNG_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include