Add iconv library
Change-Id: Ice30031754e00958e9b1906ed767f56d481889c3
This commit is contained in:
parent
8df455d7b9
commit
40900fbd7d
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ endef
|
|||
|
||||
endif
|
||||
|
||||
define gb_LinkTarget__use_iconv
|
||||
$(call gb_LinkTarget_add_libs,$(1),-liconv)
|
||||
|
||||
endef
|
||||
|
||||
ifeq ($(SYSTEM_ZLIB),YES)
|
||||
|
||||
define gb_LinkTarget__use_zlib
|
||||
|
|
Loading…
Reference in a new issue