summaryrefslogtreecommitdiff
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 16:07:07 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-29 16:07:07 -0500
commit66ffcf201a2023f3e38d05a9c2bf6d050986acca (patch)
tree8066dc9a24da2f32228eff6a89af9ad9616d9d64 /mailnews
parent4e0c9d42eac353bf644f729c09a4642c41734a5e (diff)
downloadaura-central-66ffcf201a2023f3e38d05a9c2bf6d050986acca.tar.gz
Issue %3005 - Move intl to system/
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/intl/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailnews/intl/moz.build b/mailnews/intl/moz.build
index 67e298e4e..a80d1053b 100644
--- a/mailnews/intl/moz.build
+++ b/mailnews/intl/moz.build
@@ -19,14 +19,14 @@ UNIFIED_SOURCES += [
XPIDL_MODULE = 'commuconv'
LOCAL_INCLUDES += [
- '/intl/locale',
+ '/system/intl/locale',
]
GENERATED_FILES += [
'charsetalias.properties.h',
]
charsetalias = GENERATED_FILES['charsetalias.properties.h']
-charsetalias.script = '../../intl/locale/props2arrays.py'
+charsetalias.script = '/system/intl/locale/props2arrays.py'
charsetalias.inputs = ['charsetalias.properties']
FINAL_LIBRARY = 'mail'