Explorar o código

build script: don't parallize builds if verbose output is requested

Felix Paul Kühne %!s(int64=8) %!d(string=hai) anos
pai
achega
c3f2fa026b
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      buildMobileVLCKit.sh
  2. 1 0
      buildVLCKit.sh

+ 1 - 0
buildMobileVLCKit.sh

@@ -55,6 +55,7 @@ do
              ;;
          v)
              VERBOSE=yes
+             MAKE_JOBS=1
              ;;
          s)
              BUILD_DEVICE=no

+ 1 - 0
buildVLCKit.sh

@@ -80,6 +80,7 @@ do
              ;;
          v)
              VERBOSE=yes
+             MAKE_JOBS=1
              ;;
          d)  CONFIGURATION="Debug"
              DEBUG="yes"