mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 02:22:38 +00:00
Fix the declaration
This commit is contained in:
parent
0c8aea3361
commit
e724ce14e4
2
debian/rules
vendored
2
debian/rules
vendored
@ -131,7 +131,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
||||
readlink compiler-rt
|
||||
|
||||
# Configure coverity (we need the compilers)
|
||||
if test "$COVERITY_ENABLE" == "1"; then \
|
||||
if test "$(COVERITY_ENABLE)" == "1"; then \
|
||||
export PATH=$$PATH:/opt/cov-analysis/bin/; \
|
||||
cov-configure --compiler clang --comptype gcc; \
|
||||
cov-configure --compiler gcc-4.8 --comptype gcc; \
|
||||
|
Loading…
Reference in New Issue
Block a user