mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 14:07:45 +00:00
fail the build in case of version mistmatch
This commit is contained in:
parent
dae222ed13
commit
8617886b25
1
debian/rules
vendored
1
debian/rules
vendored
@ -410,6 +410,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