Update build.sh

fix env var declaration
This commit is contained in:
Kristoffer Andersen
2023-08-10 08:22:07 +02:00
parent e7ace4c0bd
commit 57a36de71e
+1 -1
View File
@@ -14,7 +14,7 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
fi fi
export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1 export SCHEMA_VERSIONS="2x3;4;4x3;4x3_add1"
cmake -G Ninja \ cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \