Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
509198d1
Commit
509198d1
authored
Feb 11, 2015
by
deuce
Browse files
Fix makefile for non-OS X systems.
parent
5e2f581d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/conio/GNUmakefile
src/conio/GNUmakefile
+3
-1
No files found.
src/conio/GNUmakefile
View file @
509198d1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment