From 1e4a73972e63c8bc3001c981b7fd4cb1c1203c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Wed, 23 Jun 2021 17:25:28 +0200 Subject: [PATCH] fix(CMake/Bash): -DSCRIPTS cmake param (#6522) --- apps/ci/ci-install.sh | 2 +- conf/dist/config.sh | 2 +- conf/dist/env.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ci/ci-install.sh b/apps/ci/ci-install.sh index 7a76f6bb2..5ed81e26c 100644 --- a/apps/ci/ci-install.sh +++ b/apps/ci/ci-install.sh @@ -7,7 +7,7 @@ MTHREADS=$(($(grep -c ^processor /proc/cpuinfo) + 2)) CWARNINGS=ON CDEBUG=OFF CTYPE=Release -CSCRIPTS=ON +CSCRIPTS=static CBUILD_TESTING=ON CSERVERS=ON CTOOLS=ON diff --git a/conf/dist/config.sh b/conf/dist/config.sh index 93f04861f..52fbe6716 100644 --- a/conf/dist/config.sh +++ b/conf/dist/config.sh @@ -60,7 +60,7 @@ CDEBUG=OFF # * MinSizeRel: same as Release but optimizing for size rather than speed. CTYPE=${CTYPE:-Release} # compile scripts -CSCRIPTS=${CSCRIPTS:-ON} +CSCRIPTS=${CSCRIPTS:-static} # compile unit tests CBUILD_TESTING=OFF # compile server diff --git a/conf/dist/env.ac b/conf/dist/env.ac index b4029d7d9..e7e5cc940 100644 --- a/conf/dist/env.ac +++ b/conf/dist/env.ac @@ -10,7 +10,7 @@ DATAPATH=/azerothcore/env/dist/data # CTYPE=RelWithDebInfo -CSCRIPTS=ON +CSCRIPTS=static AC_CCACHE=true #