mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:50:50 +00:00
Disable polly until we have the right dependencies
This commit is contained in:
parent
621afe854a
commit
3fac5ef963
11
debian/rules
vendored
11
debian/rules
vendored
@ -99,11 +99,12 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
|||||||
if test -h lldb; then \
|
if test -h lldb; then \
|
||||||
rm lldb; \
|
rm lldb; \
|
||||||
fi; \
|
fi; \
|
||||||
ln -s ../lldb .; \
|
ln -s ../lldb .;
|
||||||
if test -h polly; then \
|
# \
|
||||||
rm polly; \
|
# if test -h polly; then \
|
||||||
fi; \
|
# rm polly; \
|
||||||
ln -s ../polly .; \
|
# fi; \
|
||||||
|
# ln -s ../polly .; \
|
||||||
|
|
||||||
|
|
||||||
cd projects/ && \
|
cd projects/ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user