Christophe Giboudeaux 2022-05-11 15:46:45 +00:00 committed by Git OBS Bridge
parent 3650daa733
commit a2903b7898
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 11 15:37:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Don't use -Werror to prevent build issues with GCC 12
-------------------------------------------------------------------
Sun Mar 20 07:34:20 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -71,6 +71,9 @@ engine-specific format for easy and fast every-day-loading.
%prep
%autosetup -p1
# Breaks the build with gcc12 (gh#assimp/assimp#4433)
sed -i '/Werror/d' code/CMakeLists.txt
%build
%cmake