fix the helpers

This commit is contained in:
Sylvestre Ledru 2018-08-15 09:20:30 +02:00
parent 32c7bd5600
commit 8753f8663c
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
clang++ -stdlib=libc++ "$@"

2
debian/clang++-libc++.in vendored Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
clang++-@LLVM_VERSION@ -stdlib=libc++ "$@"

View File

@ -1,2 +1,2 @@
debian/clang++-libc++-@LLVM_VERSION@ usr/lib/llvm-@LLVM_VERSION@/bin/
debian/g++-libc++-@LLVM_VERSION@ usr/lib/llvm-@LLVM_VERSION@/bin/
debian/clang++-libc++ usr/lib/llvm-@LLVM_VERSION@/bin/
debian/g++-libc++ usr/lib/llvm-@LLVM_VERSION@/bin/