mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
cmake: don't set incompatible flags for multiple outputs
This commit is contained in:
parent
1087020a46
commit
a714284d8b
@ -57,6 +57,7 @@ cmakeConfigurePhase() {
|
||||
}
|
||||
|
||||
if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then
|
||||
setOutputFlags=
|
||||
configurePhase=cmakeConfigurePhase
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user