Skip to content
Snippets Groups Projects
Commit 509198d1 authored by deuce's avatar deuce
Browse files

Fix makefile for non-OS X systems.

parent 5e2f581d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,9 @@ endif
ifdef WITH_SDL_AUDIO
OBJS += $(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)pasteboard$(OFILE)
ifeq ($(os),darwin)
OBJS += $(MTOBJODIR)$(DIRSEP)pasteboard$(OFILE)
endif
NEED_BITMAP := 1
else
ifdef WITH_SDL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment