From b94056e1aadb7fbcdfb8dad492b6066d5efa507f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 23 Jun 2021 16:59:35 +0200 Subject: chore: DSCRIPTS=static (#559) * chore: test * chore: DSCRIPTS=static * Revert "chore: test" --- docs/unit-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/unit-testing.md') diff --git a/docs/unit-testing.md b/docs/unit-testing.md index 3bd1181..6dbbab2 100644 --- a/docs/unit-testing.md +++ b/docs/unit-testing.md @@ -10,7 +10,7 @@ For example: cd azerothcore mkdir build cd build -cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=1 -DBUILD_TESTING=1 +cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=static -DBUILD_TESTING=1 make install -j 6 ``` -- cgit