From 0563be5d2dbf0ef3229aeef6822d06db465695f4 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 18 Jun 2018 13:09:41 -0400 Subject: [PATCH] Set the binary type --- build-support/functions/00-vars.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-support/functions/00-vars.sh b/build-support/functions/00-vars.sh index c53cffece..7fe4a7d80 100644 --- a/build-support/functions/00-vars.sh +++ b/build-support/functions/00-vars.sh @@ -35,3 +35,5 @@ then else SED_EXT="" fi + +CONSUL_BINARY_TYPE=oss \ No newline at end of file