explain how to debug the issue

This commit is contained in:
Sylvestre Ledru 2023-11-22 23:08:28 +01:00
parent b5ccb8c06f
commit a7ae059e08

1
debian/rules vendored
View File

@ -632,6 +632,7 @@ stamps/preconfigure:
if ! dpkg -l|grep -q wasi-libc; then \
echo "Could not find wasi-libc on the system"; \
echo "Please check that the package is available on the system"; \
echo "it might be that the 'hello' package is installed by another constraint"; \
exit 1; \
fi; \
fi