summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a5e54ddb6..13b019212 100644
--- a/Makefile
+++ b/Makefile
@@ -711,6 +711,7 @@ endif
ifdef OSX
OBJC_SOURCES += os/macosx/macos.m
+C_SOURCES += music/qtmidi.c
endif
OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) $(OBJC_SOURCES:%.m=%.o)