Skip to content
Snippets Groups Projects
Commit 9411e5dc authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Kateryna Kostiuk
Browse files

build: enable release option

Change-Id: I993657cfb5d350296db52b620702d1b4923a9322
parent 98063d6f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ do ...@@ -14,6 +14,9 @@ do
--host=*) --host=*)
HOST="${1#--host=}" HOST="${1#--host=}"
;; ;;
--release)
RELEASE=1
;;
esac esac
shift shift
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment