summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.lgtm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 53c26acaad..82ecb4d8f8 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -11,6 +11,6 @@ extraction:
- "./configure --enable-mini-gmp --disable-documentation"
- "make"
- "cd .."
- - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-documentation"
+ - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-doc"
index:
build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"