Sets the LIB_SUFFIX on 64 bits.

This commit is contained in:
Jean-Paul Chaput 2010-05-17 23:20:40 +00:00
parent 560d02ff08
commit 334b23c834
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ Development files for the Coriolis 2 package.
-D BUILD_SHARED_LIBS:STRING=ON \
-D BUILD_DOC:STRING=OFF \
-D CMAKE_INSTALL_PREFIX:STRING=%{coriolisTop} \
%ifarch x86_64
-D LIB_SUFFIX:STRING=x86_64 \
%endif
../../$tool
make DESTDIR=%{buildroot} %{_smp_mflags} install
popd