mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Fix the syntax issue
This commit is contained in:
parent
8228f6e7ab
commit
60b8df14c5
2
debian/rules
vendored
2
debian/rules
vendored
@ -85,7 +85,7 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
|
||||
# The package are installed through the variable declarations:
|
||||
# OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main"
|
||||
# EXTRAPACKAGES="clang-3.5"
|
||||
PRE_PROCESS="scan-build -analyzer-config stable-report-filename=true"
|
||||
PRE_PROCESS=scan-build -analyzer-config stable-report-filename=true
|
||||
PRE_PROCESS_CONF=scan-build
|
||||
# no need to run tests in this case
|
||||
DEB_BUILD_OPTIONS+=" nocheck"
|
||||
|
Loading…
Reference in New Issue
Block a user