cmake setup hook: If configurePhase is set, don't override it
This commit is contained in:
@@ -47,7 +47,7 @@ cmakeConfigurePhase() {
|
|||||||
eval "$postConfigure"
|
eval "$postConfigure"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$dontUseCmakeConfigure" ]; then
|
if [ -z "$dontUseCmakeConfigure" -a ! -v configurePhase ]; then
|
||||||
configurePhase=cmakeConfigurePhase
|
configurePhase=cmakeConfigurePhase
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user