From 5d1765ffc70dd0d4e618b3791e7bab3456fcf552 Mon Sep 17 00:00:00 2001 From: faust3 Date: Mon, 31 Mar 2003 17:08:16 +0000 Subject: objfix has to be run on MINGW32, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9772 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mp3lib') 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 -- cgit v1.2.3