diff --git a/Makefile b/Makefile index b969de91..ad9b4315 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ else LOPT = -lSDL_image `i386-linux-aros-sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT) CC = i386-linux-aros-gcc OBJDIR = obj/aros + else #BeOS specific ifeq ($(PLATFORM),BeOS) @@ -129,6 +130,7 @@ else endif endif endif +endif #TrueType is optional: make NOTTF=1 to disable support and dependencies. ifeq ($(NOTTF),1)