diff options
Diffstat (limited to 'sdl/osx/Makefile')
-rw-r--r-- | sdl/osx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/osx/Makefile b/sdl/osx/Makefile index 8c17c7d..18ae005 100644 --- a/sdl/osx/Makefile +++ b/sdl/osx/Makefile @@ -9,7 +9,7 @@ XCRUN:=xcrun --sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.p CC:=$(XCRUN) cc OBJS:=main.o OBJS+=pacc-gl.o -OBJS+=fmdsp-pacc.o font_fmdsp_small.o fmdsp_platform_unix.o +OBJS+=fmdsp-pacc.o font_fmdsp_small.o fmdsp_platform_mach.o OBJS+=opna.o opnafm.o opnassg.o opnadrum.o opnaadpcm.o opnatimer.o opnassg-sinc-c.o opnassg-sinc-sse2.o OBJS+=fmdriver_pmd.o fmdriver_fmp.o ppz8.o fmdriver_common.o OBJS+=fmplayer_file.o fmplayer_work_opna.o fmplayer_file_unix.o fmplayer_drumrom_unix.o |