Disable polly until we have the right dependencies

This commit is contained in:
Sylvestre Ledru 2013-07-03 09:01:50 +00:00
parent 621afe854a
commit 3fac5ef963

11
debian/rules vendored
View File

@ -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/ && \