mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
fix syntax
This commit is contained in:
parent
a747b6c784
commit
0c09647cd0
2
debian/rules
vendored
2
debian/rules
vendored
@ -628,7 +628,7 @@ stamps/preconfigure:
|
||||
if test "$(LIBCXX_WASM_ENABLE)" = "no"; then \
|
||||
echo "" > debian/libc++-$(LLVM_VERSION)-dev-wasm32.install; \
|
||||
echo "" > debian/libc++abi-$(LLVM_VERSION)-dev-wasm32.install; \
|
||||
else; \
|
||||
else \
|
||||
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"; \
|
||||
|
Loading…
Reference in New Issue
Block a user