Skip to content

Commit

Permalink
Add fmt flag for ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Jul 13, 2020
1 parent d138eb9 commit 474d792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fmt.spec
Expand Up @@ -14,6 +14,9 @@ rm -rf build && mkdir build && cd build
cmake ../%{n}-%{realversion} \
-DCMAKE_INSTALL_PREFIX:STRING=%{i} \
-DCMAKE_INSTALL_LIBDIR:STRING=lib \
%ifarch ppc64le
-DCMAKE_CXX_FLAGS="-mlong-double-64" \
%endif
-DBUILD_SHARED_LIBS=TRUE

make %{makeprocesses}
Expand Down

0 comments on commit 474d792

Please sign in to comment.