summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 389da3af3e..2a8bd4de27 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -54,6 +54,9 @@ libMP3.a: $(OBJS)
ifeq ($(TARGET_OS),CYGWIN)
./mp3lib_objfix.sh
endif
+ifeq ($(TARGET_MINGW32),yes)
+ ./mp3lib_objfix.sh
+endif
ifeq ($(TARGET_OS),OpenBSD)
./mp3lib_objfix.sh
endif