mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Assert that mac_bundle_path is set before beginning the build.
This commit is contained in:
parent
1d236ef23c
commit
3d9ade43bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user