forked from mirrors/nixpkgs
cmake setup hook: If configurePhase is set, don't override it
This commit is contained in:
parent
c95cbc12cb
commit
45f6008817
|
@ -47,7 +47,7 @@ cmakeConfigurePhase() {
|
|||
eval "$postConfigure"
|
||||
}
|
||||
|
||||
if [ -z "$dontUseCmakeConfigure" ]; then
|
||||
if [ -z "$dontUseCmakeConfigure" -a ! -v configurePhase ]; then
|
||||
configurePhase=cmakeConfigurePhase
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue