mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:10:25 +00:00
Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
This commit is contained in:
parent
59ddcf4ff9
commit
6bb537d522
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
2
debian/patches/python-clangpath.diff
vendored
2
debian/patches/python-clangpath.diff
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user