mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 New Issue
Block a user