Browse Source

Update path to macosx.mm in autotools build

Bart van Strien 10 years ago
parent
commit
987ddcdc26
1 changed files with 1 additions and 2 deletions
  1. 1 2
      platform/unix/genmodules

+ 1 - 2
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