Primer depuración. Limpieza archivos innecesarios, cambios de nombres y preparación para Puma.
This commit is contained in:
@@ -600,7 +600,7 @@ if [ $WANTS_BUILD -eq $TRUE ] ; then
|
||||
else
|
||||
JOBS="-jobs $JOBS"
|
||||
fi
|
||||
xcodebuild -configuration $BTYPE -project puma.xcodeproj $JOBS 2>&1 | tee -a "$LOG"
|
||||
xcodebuild -configuration $BTYPE -project Puma.xcodeproj $JOBS 2>&1 | tee -a "$LOG"
|
||||
elif [ $TARGET_PLATFORM == "linux" ] ; then
|
||||
if [ $JOBS == "0" ] ; then
|
||||
JOBS=`cat /proc/cpuinfo | grep processor | wc -l`
|
||||
|
||||
Reference in New Issue
Block a user