mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-27 21:53:20 +00:00
update the path search for g++
This commit is contained in:
parent
e696c2b56c
commit
16f8540fb6
2
debian/g++-libc++.in
vendored
2
debian/g++-libc++.in
vendored
@ -13,4 +13,4 @@ for i; do
|
||||
fi
|
||||
done
|
||||
|
||||
gcc -std=c++0x -nodefaultlibs $libs -isystem/usr/include/c++/v1 "$@"
|
||||
gcc -std=c++0x -nodefaultlibs $libs -isystem/usr/lib/llvm-@LLVM_VERSION@/include/c++/v1/ "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user