Bug 1574115 - Follow-up: Fix paths to macOS filesystem tools. r=jorgk

For failing macOS L10n repacks.
This commit is contained in:
Rob Lemley 2019-08-16 14:48:40 -04:00
Родитель 18f3bf5c47
Коммит 18566e4e83
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@
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=$topsrcdir/hfsplus-tools/newfs_hfs
export DMG_TOOL=$topsrcdir/dmg/dmg
export HFS_TOOL=$topsrcdir/dmg/hfsplus
export MKFSHFS=$MOZ_FETCHES_DIR/hfsplus-tools/newfs_hfs
export DMG_TOOL=$MOZ_FETCHES_DIR/dmg/dmg
export HFS_TOOL=$MOZ_FETCHES_DIR/dmg/hfsplus
fi