From ad58e536ed4ef6d3c6e401ffc789ef4308621c5a Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 14 Nov 2023 11:23:16 +0100 Subject: [PATCH] makefile: remove useless var --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 49162725..d98524be 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,6 @@ install: install-submodule install-lexbor install-jsruntime install-netsurf install-dev: install-submodule install-lexbor install-jsruntime-dev install-netsurf BC_NS := $(BC)vendor/netsurf -UNAME_S := $(shell uname -s) ICONV := $(BC)vendor/libiconv # TODO: add Linux iconv path (I guess it depends on the distro) # TODO: this way of linking libiconv is not ideal. We should have a more generic way