Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365

This commit is contained in:
Sylvestre Ledru 2014-01-15 14:11:10 +00:00
parent 59ddcf4ff9
commit 6bb537d522
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-3.4 (1:3.4-2) UNRELEASED; urgency=medium
* Only explicit the link against atomic when running mips & mipsel
* Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Jan 2014 11:19:21 +0100

View File

@ -7,7 +7,7 @@ Index: llvm-toolchain-snapshot_3.4~svn193982/clang/bindings/python/clang/cindex.
file = 'libclang.dll'
else:
- file = 'libclang.so'
+ file = 'libclang-3.3.so'
+ file = 'libclang-3.4.so'
if Config.library_path:
file = Config.library_path + '/' + file