From b317866a33e6bb3888502f67ae8433915413be93 Mon Sep 17 00:00:00 2001 From: davdhacs <105243888+davdhacs@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:44:36 -0700 Subject: [PATCH] omit duktape from civetweb build --- builder/install/40-civetweb.sh | 1 + 1 file changed, 1 insertion(+) 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 \