mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 14:20:55 +00:00
Readd an explicit rule for Objective C files. Apparently only Apple's fork of
GNU Make has an implicit rule for Objective C. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23085 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7cc6f7384b
commit
a1639b42de
@ -23,3 +23,6 @@ SRCS_COMMON-$(BITMAP_FONT) += font_load.c
|
||||
SRCS_COMMON-$(FREETYPE) += font_load_ft.c
|
||||
|
||||
include ../mpcommon.mak
|
||||
|
||||
%.o: %.m
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user