mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 11:27:43 +00:00
fail the build in case of version mistmatch
This commit is contained in:
parent
fb5218131c
commit
c6618d497b
1
debian/rules
vendored
1
debian/rules
vendored
@ -407,6 +407,7 @@ override_dh_auto_configure: preconfigure
|
||||
FOUND_VERSION=`grep LLVM_VERSION_STRING build-llvm/include/llvm/Config/llvm-config.h|cut -d\" -f2`; \
|
||||
if ! echo "$(LLVM_VERSION_FULL)"|grep "$$FOUND_VERSION"; then \
|
||||
echo "mistmatch of version. Found: $$FOUND_VERSION / Expected: $(LLVM_VERSION_FULL)"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
# make
|
||||
|
Loading…
Reference in New Issue
Block a user