mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
oops, requires update - add uconv
This commit is contained in:
parent
917e1454a4
commit
5bc871f27f
@ -30,6 +30,7 @@ MODULE = xpcom
|
||||
DIRS = dynamic services
|
||||
REQUIRES = necko \
|
||||
string \
|
||||
uconv \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
@ -61,7 +62,6 @@ include $(topsrcdir)/config/config.mk
|
||||
# These won't link on BSD/OS, due to multiply defined symbols.
|
||||
ifneq ($(OS_ARCH),BSD_OS)
|
||||
CPPSRCS += \
|
||||
CvtURL.cpp \
|
||||
PropertiesTest.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user