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 f3230990bc..31dd14f231 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -42,6 +42,9 @@ endif
libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
+ifeq ($(TARGET_OS),CYGWIN)
+ ./mp3lib_objfix.sh
+endif
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm