-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
To compile this on FreeBSD, you need -lcompat
$ git diff
diff --git a/Makefile b/Makefile
index e976817..a9f3434 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# 8086tiny_slowcpu improves graphics performance on slow platforms (e.g. Raspberry Pi)
# no_graphics compiles without SDL graphics/sound
-OPTS_ALL=-O3 -fsigned-char -std=c99
+OPTS_ALL=-O3 -fsigned-char -std=c99 -lcompat
OPTS_SDL=`sdl-config --cflags --libs`
OPTS_NOGFX=-DNO_GRAPHICS
OPTS_SLOWCPU=-DGRAPHICS_UPDATE_DELAY=25000
that's all.
Metadata
Metadata
Assignees
Labels
No labels