mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
makefile: remove useless var
This commit is contained in:
1
Makefile
1
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
|
||||
|
||||
Reference in New Issue
Block a user