Browse Source

Increase crossbuilding flexibility

bryan 3 years ago
parent
commit
e7c447332e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      installJRMC

+ 3 - 1
installJRMC

@@ -333,9 +333,11 @@ parseInput() {
         err "Incorrect options provided"
         printHelp && exit 1
     fi
+
+    [[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
 }
 
-[[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET"
+
 
 #######################################
 # Use several methods to determine the latest JRiver MC version