mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00: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:
parent
8dda326737
commit
5d1765ffc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user