Browse Source

Make --compat imply build

bryan 1 year ago
parent
commit
b2b471ae41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

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