diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2020-02-07 16:55:11 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2020-02-07 16:56:14 +0100 |
commit | 3492c47527d269a9b2176ed0a16997c456d2894e (patch) | |
tree | 6077de09354e9678aaa738f72913ccc5c37b63fa | |
parent | f7cc5bc03a6451ef2d4af399c9c61652df2f814c (diff) | |
download | gnutls-3492c47527d269a9b2176ed0a16997c456d2894e.tar.gz |
.lgtm.yml: Fix --disable-documentation to --disable-doc [skip ci]
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r-- | .lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |