diff Makefile.cross-mingw @ 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 669b71e8b868
children
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