mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix internal compiler with some new clang packages
This commit is contained in:
parent
d469e5eddd
commit
8f3a244d26
@ -228,6 +228,7 @@ void Compiler::compile(
|
|||||||
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/include/x86_64-linux-gnu/"
|
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/include/x86_64-linux-gnu/"
|
||||||
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/include/x86_64-linux-gnu/c++/*/"
|
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/include/x86_64-linux-gnu/c++/*/"
|
||||||
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/local/lib/clang/*/include/"
|
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/local/lib/clang/*/include/"
|
||||||
|
" -isystem " INTERNAL_COMPILER_HEADERS_ROOT "/usr/lib/clang/*/include/"
|
||||||
#endif
|
#endif
|
||||||
" -I " INTERNAL_COMPILER_HEADERS "/dbms/src/"
|
" -I " INTERNAL_COMPILER_HEADERS "/dbms/src/"
|
||||||
" -I " INTERNAL_COMPILER_HEADERS "/contrib/libcityhash/include/"
|
" -I " INTERNAL_COMPILER_HEADERS "/contrib/libcityhash/include/"
|
||||||
|
Loading…
Reference in New Issue
Block a user