Loading pkgs/development/tools/build-managers/gn/setup-hook.sh +4 −1 Original line number Diff line number Diff line # shellcheck shell=bash gnConfigurePhase() { runHook preConfigure Loading @@ -7,11 +9,12 @@ gnConfigurePhase() { echoCmd 'gn flags' "${flagsArray[@]}" gn gen out/Release --args="${flagsArray[*]}" # shellcheck disable=SC2164 cd out/Release/ runHook postConfigure } if [ -z "${dontUseGnConfigure-}" -a -z "${configurePhase-}" ]; then if [ -z "${dontUseGnConfigure-}" ] && [ -z "${configurePhase-}" ]; then configurePhase=gnConfigurePhase fi Loading
pkgs/development/tools/build-managers/gn/setup-hook.sh +4 −1 Original line number Diff line number Diff line # shellcheck shell=bash gnConfigurePhase() { runHook preConfigure Loading @@ -7,11 +9,12 @@ gnConfigurePhase() { echoCmd 'gn flags' "${flagsArray[@]}" gn gen out/Release --args="${flagsArray[*]}" # shellcheck disable=SC2164 cd out/Release/ runHook postConfigure } if [ -z "${dontUseGnConfigure-}" -a -z "${configurePhase-}" ]; then if [ -z "${dontUseGnConfigure-}" ] && [ -z "${configurePhase-}" ]; then configurePhase=gnConfigurePhase fi