From 80056ed27416b3d310808adcc260c63ae985361f Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Tue, 24 Sep 2019 10:57:01 -0700 Subject: [PATCH] fixed indentation --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4a346c1..9d1c04a 100644 --- a/makefile +++ b/makefile @@ -320,7 +320,7 @@ CFLAGS += -D_LINKVM MACOSFLAGS = ./lib-jpeg-turbo/macos/$(ARCHNAME)/libturbojpeg.a endif endif - BSDFLAGS = /usr/local/lib/libjpeg.a + BSDFLAGS = /usr/local/lib/libjpeg.a endif ifeq ($(LMS),0)