Bug 1574115 - Follow-up: Fix paths to macOS filesystem tools. r=jorgk
For failing macOS L10n repacks.
This commit is contained in:
Родитель
18f3bf5c47
Коммит
18566e4e83
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче