mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 03:23:11 +00:00
try a different technic to check
This commit is contained in:
parent
dc2648a7f6
commit
41c7732ff3
7
debian/rules
vendored
7
debian/rules
vendored
@ -1010,9 +1010,10 @@ endif
|
||||
|
||||
DESTDIR=$(DEB_INST) ninja $(VERBOSE) -C build-wasm/compiler-rt-wasm32 install
|
||||
DESTDIR=$(DEB_INST) ninja $(VERBOSE) -C build-wasm/compiler-rt-wasm64 install
|
||||
ifeq (${LIBCXX_WASM_ENABLE},yes)
|
||||
DESTDIR=$(DEB_INST) ninja $(VERBOSE) -C build-wasm/libcxx-wasm32-wasi install
|
||||
endif
|
||||
if test -d build-wasm/libcxx-wasm32-wasi; then \
|
||||
DESTDIR=$(DEB_INST) ninja $(VERBOSE) -C build-wasm/libcxx-wasm32-wasi install; \
|
||||
fi
|
||||
|
||||
|
||||
# Rename binaries
|
||||
mkdir -p $(DEB_INST)/usr/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user