From: Lockl00p Date: Sun, 8 Oct 2023 17:44:04 +0000 (+0000) Subject: Emscripten should compile now X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5a689efa8546eed6c5391e1381eea03c103932b7;p=xonotic%2Fdarkplaces.git Emscripten should compile now --- 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=