mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Don't include 'bits' in the include path override
This commit is contained in:
parent
b32ca652bd
commit
88425e38fa
1 changed files with 1 additions and 2 deletions
|
@ -226,8 +226,7 @@ popd
|
|||
-maxdepth 0 -type d)/include \
|
||||
--with-cxx-include-root=$(find %{_includedir}/c++/* -maxdepth 0 -type d) \
|
||||
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os} \
|
||||
--with-cxx-include-32bit-dir=32/bits \
|
||||
--with-cxx-include-64bit-dir=bits
|
||||
--with-cxx-include-32bit-dir=32
|
||||
|
||||
# FIXME file this
|
||||
# configure does not properly specify libdir
|
||||
|
|
Loading…
Reference in a new issue