Assert that mac_bundle_path is set before beginning the build.

This commit is contained in:
cltbld 2005-10-28 21:56:30 +00:00
parent 1d236ef23c
commit 3d9ade43bd

View File

@ -979,6 +979,10 @@ sub returnStatus{
} }
sub PreBuild { sub PreBuild {
# assert that needed variables are defined as the build scripts expect
if (is_mac() and !defined($Settings::mac_bundle_path)) {
die "ERROR: mac_bundle_path unset!";
}
# last-built.new is used to track a respin as it is currently happening and # last-built.new is used to track a respin as it is currently happening and
# later takes the place of last-built. If it exists at this point in the # later takes the place of last-built. If it exists at this point in the