fix isa_bits check

This commit is contained in:
Tom Callaway 2016-06-06 11:23:02 -04:00
parent f56b59ed91
commit 0fc543660c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ cd _build
-DLIBCXX_CXX_ABI=libcxxabi \
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=%{_includedir} \
%endif
%if %{__isa_bits} == 64
%if 0%{__isa_bits} == 64
-DLIBCXX_LIBDIR_SUFFIX:STRING=64 \
%endif
-DCMAKE_BUILD_TYPE=RelWithDebInfo