treewide: *Phase(s)? variables are optional
If these aren't defined, the stdenv defaults are used in the `*Phase` case, or no extra phases are done, in the `*Phases` case.
This commit is contained in:
@@ -14,6 +14,6 @@ premakeConfigurePhase() {
|
||||
runHook postConfigure
|
||||
}
|
||||
|
||||
if [ -z "$configurePhase" ]; then
|
||||
if [ -z "${configurePhase-}" ]; then
|
||||
configurePhase=premakeConfigurePhase
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user