0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

objfix has to be run on MINGW32, too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-03-31 17:08:16 +00:00
parent 8dda326737
commit 5d1765ffc7

View File

@ -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