Selaa lähdekoodia

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

Felix Paul Kühne 8 vuotta sitten
vanhempi
commit
c3f2fa026b
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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"