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