diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index a816a8a..71100f3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -457,7 +457,7 @@ else endif ifeq ($(HOST_OS),darwin) - CORE_MISC_SOURCES += android/camera/camera-capture-mac.c + CORE_MISC_SOURCES += android/camera/camera-capture-mac.m endif LOCAL_SRC_FILES += $(CORE_MISC_SOURCES) |