diff Aws/holy-build-box-internal.sh @ 63:5d2e9399bdd8

fix holy-build-box-internal.sh
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 17:24:15 +0200
parents 37185ec1cf49
children 40efe821932a
line wrap: on
line diff
--- a/Aws/holy-build-box-internal.sh	Tue Jul 06 15:18:32 2021 +0200
+++ b/Aws/holy-build-box-internal.sh	Tue Jul 06 17:24:15 2021 +0200
@@ -44,6 +44,7 @@
 cp /source/Aws/* /tmp/source-writeable/Aws/ || true  # Ignore error about omitting directories
 
 cmake /tmp/source-writeable/Aws/ \
+      -DORTHANC_FRAMEWORK_VERSION=1.9.3 \
       -DORTHANC_FRAMEWORK_SOURCE=web \
       -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON