Mercurial > minori
changeset 303:ab7ff259b4ca
dep/animone: remove old OS X files from makefile
| author | Paper <paper@paper.us.eu.org> | 
|---|---|
| date | Mon, 13 May 2024 15:19:55 -0400 | 
| parents | 675865737a23 | 
| children | 2115488eb302 | 
| files | dep/animone/Makefile.am | 
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dep/animone/Makefile.am Mon May 13 15:18:20 2024 -0400 +++ b/dep/animone/Makefile.am Mon May 13 15:19:55 2024 -0400 @@ -14,7 +14,6 @@ include/animone/fd/proc.h \ include/animone/fd/win32.h \ include/animone/fd/xnu.h \ - include/animone/util/osx.h \ include/animone/util/win32.h \ include/animone/win/quartz.h \ include/animone/win/win32.h \ @@ -30,7 +29,7 @@ endif if BUILD_OSX -files_osx = src/fd/xnu.cc src/win/quartz.cc src/util/osx.cc +files_osx = src/fd/xnu.cc src/win/quartz.cc libs_osx = -lobjc ldflags_osx = -framework Foundation -framework CoreGraphics -framework ApplicationServices endif
