From 987ddcdc265be692f975f824bc4884ad5d426ecb Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Mon, 17 Aug 2015 17:10:20 +0200 Subject: [PATCH] Update path to macosx.mm in autotools build --- platform/unix/genmodules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/unix/genmodules b/platform/unix/genmodules index 39dfd3210..73131a331 100644 --- a/platform/unix/genmodules +++ b/platform/unix/genmodules @@ -129,8 +129,7 @@ love${love_amsuffix}_SOURCES = love.cpp if LOVE_TARGET_OSX love${love_amsuffix}_LIBTOOLFLAGS = --tag=OBJCXX love${love_amsuffix}_SOURCES += \\ - ../platform/macosx/OSX.h \\ - ../platform/macosx/OSX.mm + ./common/macosx.mm else love${love_amsuffix}_LIBTOOLFLAGS = --tag=CXX endif