Quellcode durchsuchen

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

Felix Paul Kühne vor 8 Jahren
Ursprung
Commit
c3f2fa026b
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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"