Explorar o código

Make --compat imply build

bryan hai 1 ano
pai
achega
b2b471ae41
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -347,6 +347,7 @@ parseInput() {
                     ;;
                 --compat)
                     COMPAT_SWITCH=1
+                    BUILD_SWITCH=1
                     ;;
                 --container|-c)
                     shift && CONTAINERS+=("$1")