diff --git a/builder/install/40-civetweb.sh b/builder/install/40-civetweb.sh index 3c36e52a8b..543d389350 100755 --- a/builder/install/40-civetweb.sh +++ b/builder/install/40-civetweb.sh @@ -11,6 +11,7 @@ cd cmake-build cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DCIVETWEB_ENABLE_CXX=ON \ + -DCIVETWEB_ENABLE_DUKTAPE=OFF \ -DBUILD_SHARED_LIBS:BOOL=NO \ -DCIVETWEB_BUILD_TESTING=NO \ -DCIVETWEB_ENABLE_IPV6=NO \