mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Bug 331780 - "Please don't build most of the uconv modules when building native uconv" [p=mh+mozilla@glandium.org (Mike Hommey) r=jshin a1.9=damons]
This commit is contained in:
parent
8c4eb4e25f
commit
a21f4fd745
@ -57,10 +57,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = uconv
|
||||
|
||||
DIRS = idl public util ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
|
||||
DIRS = idl public util
|
||||
|
||||
ifdef MOZ_USE_NATIVE_UCONV
|
||||
DIRS += native
|
||||
else
|
||||
DIRS += ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
|
||||
endif
|
||||
|
||||
DIRS += src
|
||||
|
Loading…
x
Reference in New Issue
Block a user