SHA256
1
0
forked from pool/MyGUI
Dominique Leuenberger 2018-01-25 11:40:21 +00:00 committed by Git OBS Bridge
commit fbba4782e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 24 11:34:18 UTC 2018 - kasimir_@outlook.de
- Fix spec for aarch64 / ppc64 / ppc64le / s390x build
-------------------------------------------------------------------
Sun Sep 25 07:57:54 UTC 2016 - jengelh@inai.de

View File

@ -138,7 +138,7 @@ pushd build
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_SKIP_RPATH=YES \
-DCMAKE_BUILD_TYPE=release \
%ifarch x86_64
%ifarch x86_64 aarch64 ppc64 ppc64le s390x
-DLIB_SUFFIX=64 \
%endif
-DMYGUI_STATIC=FALSE \