mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +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
|
install-dev: install-submodule install-lexbor install-jsruntime-dev install-netsurf
|
||||||
|
|
||||||
BC_NS := $(BC)vendor/netsurf
|
BC_NS := $(BC)vendor/netsurf
|
||||||
UNAME_S := $(shell uname -s)
|
|
||||||
ICONV := $(BC)vendor/libiconv
|
ICONV := $(BC)vendor/libiconv
|
||||||
# TODO: add Linux iconv path (I guess it depends on the distro)
|
# 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
|
# TODO: this way of linking libiconv is not ideal. We should have a more generic way
|
||||||
|
|||||||
Reference in New Issue
Block a user