Sets the LIB_SUFFIX on 64 bits.
This commit is contained in:
parent
560d02ff08
commit
334b23c834
|
@ -58,6 +58,9 @@ Development files for the Coriolis 2 package.
|
||||||
-D BUILD_SHARED_LIBS:STRING=ON \
|
-D BUILD_SHARED_LIBS:STRING=ON \
|
||||||
-D BUILD_DOC:STRING=OFF \
|
-D BUILD_DOC:STRING=OFF \
|
||||||
-D CMAKE_INSTALL_PREFIX:STRING=%{coriolisTop} \
|
-D CMAKE_INSTALL_PREFIX:STRING=%{coriolisTop} \
|
||||||
|
%ifarch x86_64
|
||||||
|
-D LIB_SUFFIX:STRING=x86_64 \
|
||||||
|
%endif
|
||||||
../../$tool
|
../../$tool
|
||||||
make DESTDIR=%{buildroot} %{_smp_mflags} install
|
make DESTDIR=%{buildroot} %{_smp_mflags} install
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue