mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 759001 - B2G/gonk should use nsAndroidCharset instead of nsUNIXCharset. r=mwu
This commit is contained in:
parent
a2f305603a
commit
cfabf42ab4
@ -22,7 +22,7 @@ CPPSRCS = \
|
||||
nsPosixLocale.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq (android,$(MOZ_WIDGET_TOOLKIT))
|
||||
ifeq (Android,$(OS_TARGET))
|
||||
CPPSRCS += nsAndroidCharset.cpp
|
||||
else
|
||||
CPPSRCS += nsUNIXCharset.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user