summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/macosx64/l10n-mozconfig
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/config/mozconfigs/macosx64/l10n-mozconfig')
-rw-r--r--comm/mail/config/mozconfigs/macosx64/l10n-mozconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/comm/mail/config/mozconfigs/macosx64/l10n-mozconfig b/comm/mail/config/mozconfigs/macosx64/l10n-mozconfig
new file mode 100644
index 0000000000..d4fe5a2b15
--- /dev/null
+++ b/comm/mail/config/mozconfigs/macosx64/l10n-mozconfig
@@ -0,0 +1,9 @@
+. "$topsrcdir/comm/mail/config/mozconfigs/l10n-common"
+
+if test `uname -s` = "Linux"; then
+ # We need to indicate the target for cross builds
+ ac_add_options --target=x86_64-apple-darwin
+ export MKFSHFS=$MOZ_FETCHES_DIR/hfsplus/newfs_hfs
+ export DMG_TOOL=$MOZ_FETCHES_DIR/dmg/dmg
+ export HFS_TOOL=$MOZ_FETCHES_DIR/dmg/hfsplus
+fi