From 7827ce3448adf7b33530dd4268713c0cf186069f Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Thu, 10 Aug 2023 08:22:07 +0200 Subject: [PATCH] Update build.sh fix env var declaration --- conda/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/build.sh b/conda/build.sh index afb977d53a..adeeb58d95 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -12,7 +12,7 @@ if [ `uname` == Darwin ]; then export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress" fi -export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1 +export SCHEMA_VERSIONS="2x3;4;4x3;4x3_add1" cmake -G Ninja \ -DCMAKE_BUILD_TYPE=Release \