Parcourir la source

Make --compat imply build

bryan il y a 1 an
Parent
commit
b2b471ae41
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

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