mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Re-add default include directory
This commit is contained in:
parent
ae1ead319b
commit
b3327249f3
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ popd
|
|||
--enable-debug-runtime \
|
||||
--enable-jit \
|
||||
--enable-shared \
|
||||
--with-c-include-dirs=$(echo /usr/lib/gcc/*/*/include) \
|
||||
--with-c-include-dirs=/usr/include:$(echo /usr/lib/gcc/*/*/include) \
|
||||
--with-cxx-include-root=$(echo /usr/include/c++/*) \
|
||||
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os}
|
||||
|
||||
|
|
Loading…
Reference in a new issue