mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 11:33:58 +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 \
|
||||
rm lldb; \
|
||||
fi; \
|
||||
ln -s ../lldb .; \
|
||||
if test -h polly; then \
|
||||
rm polly; \
|
||||
fi; \
|
||||
ln -s ../polly .; \
|
||||
ln -s ../lldb .;
|
||||
# \
|
||||
# if test -h polly; then \
|
||||
# rm polly; \
|
||||
# fi; \
|
||||
# ln -s ../polly .; \
|
||||
|
||||
|
||||
cd projects/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user