зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1268336
- Don't generate unixcharset.properties.h on Android build. r=mshal
Since Android build doesn't compile nsUNIXCharset.cpp, it is unnecessary to generate this header file. MozReview-Commit-ID: 7JgepIN8s93 --HG-- extra : rebase_source : 5373832a05d41c73bd419a071a9ca87a092c6381
This commit is contained in:
Родитель
293160420d
Коммит
40d86ab615
|
@ -18,16 +18,15 @@ else:
|
|||
SOURCES += [
|
||||
'nsUNIXCharset.cpp',
|
||||
]
|
||||
GENERATED_FILES = [
|
||||
'unixcharset.properties.h',
|
||||
]
|
||||
unixcharset = GENERATED_FILES['unixcharset.properties.h']
|
||||
unixcharset.script = '../props2arrays.py'
|
||||
unixcharset.inputs = ['unixcharset.properties']
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
GENERATED_FILES = [
|
||||
'unixcharset.properties.h',
|
||||
]
|
||||
unixcharset = GENERATED_FILES['unixcharset.properties.h']
|
||||
unixcharset.script = '../props2arrays.py'
|
||||
unixcharset.inputs = ['unixcharset.properties']
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'..',
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче