8 lines
360 B
Text
8 lines
360 B
Text
# This mozconfig is responsible merely for getting the cross tools setup
|
|
# for repacking a .tar into a .dmg as returned from signing.
|
|
|
|
export MKFSHFS=$MOZ_FETCHES_DIR/hfsplus/newfs_hfs
|
|
export DMG_TOOL=$MOZ_FETCHES_DIR/dmg/dmg
|
|
export HFS_TOOL=$MOZ_FETCHES_DIR/dmg/hfsplus
|
|
ac_add_options --disable-compile-environment
|
|
ac_add_options --target=x86_64-apple-darwin
|