mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 05:10:27 +00:00
- Make sure that we have an absolute path to the installation directory
- Also use -x1 for building the build tools See issue #2901 for more details. svn path=/trunk/tools/RosBE/; revision=631
This commit is contained in:
parent
33eb01fa9d
commit
7baefedd1b
@ -252,6 +252,10 @@ while [ "$installdir" = "" ]; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Make sure we have the absolute path to the installation directory
|
||||
cd "$installdir"
|
||||
installdir="$PWD"
|
||||
|
||||
# Ready to start
|
||||
boldmsg "Ready to start"
|
||||
|
||||
@ -343,7 +347,7 @@ if $process_cpucount; then
|
||||
checkrun
|
||||
fi
|
||||
|
||||
CPUCOUNT=`$installdir/bin/cpucount`
|
||||
CPUCOUNT=`$installdir/bin/cpucount -x1`
|
||||
cd "$installdir/mingw32"
|
||||
|
||||
# mingw-runtime
|
||||
|
Loading…
Reference in New Issue
Block a user