summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/macosx64/l10n-mozconfig
blob: d4fe5a2b1534a3275bb1bd5069890e9403b294ef (plain)
1
2
3
4
5
6
7
8
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