From 5a689efa8546eed6c5391e1381eea03c103932b7 Mon Sep 17 00:00:00 2001 From: Lockl00p Date: Sun, 8 Oct 2023 17:44:04 +0000 Subject: [PATCH] Emscripten should compile now --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ac044d3d..7ea72903 100644 --- a/makefile +++ b/makefile @@ -276,7 +276,7 @@ endif # jpeg ifeq ($(DP_LINK_JPEG), shared) CFLAGS_LIBJPEG=-DLINK_TO_LIBJPEG - LIB_JPEG=-ljpeg + LIB_JPEG?=-ljpeg endif ifeq ($(DP_LINK_JPEG), dlopen) CFLAGS_LIBJPEG= -- 2.39.2