repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
build-managers
/
gn
/
setup-hook.sh
blob
850f18948cad9b44ee539c96dbb1f5526e344428
1
gnConfigurePhase
() {
2
runHook preConfigure
3
4
echo
"gn flags:
$gnFlags
${gnFlagsArray[@]}
"
5
6
gn gen out
/
Release
--args
=
"
$gnFlags
${gnFlagsArray[@]}
"
7
cd
out
/
Release
/
8
9
runHook postConfigure
10
}
11
12
if
[
-z
"
${dontUseGnConfigure-}
"
-a -z
"
${configurePhase-}
"
];
then
13
configurePhase
=
gnConfigurePhase
14
fi