cmake-2.8.3

svn path=/nixpkgs/trunk/; revision=25859
This commit is contained in:
Yury G. Kudryashov
2011-02-09 21:08:53 +00:00
parent 42f818969d
commit 2e92a0cd12
2 changed files with 9 additions and 8 deletions
@@ -52,7 +52,7 @@ if test -z "$dontUseCmakeConfigure"; then
fi
if test -n "$crossConfig"; then
crossEnvHooks=(${crossEnvHooks[@]} addCMakeParams)
crossEnvHooks+=(addCMakeParams)
else
envHooks=(${envHooks[@]} addCMakeParams)
envHooks+=(addCMakeParams)
fi