SHA256
1
0
forked from pool/tiled

Accepting request 1075323 from home:iznogood:branches:games:tools

- Bump qbs setup-toolchains call to gcc++-13 now that we are using
  gcc13 as default compiler. Fixes build in Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1075323
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=87
This commit is contained in:
Michael Vetter 2023-03-29 21:14:16 +00:00 committed by Git OBS Bridge
parent 1e8495e80c
commit 94760b34da
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 29 16:57:16 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Bump qbs setup-toolchains call to gcc++-13 now that we are using
gcc13 as default compiler. Fixes build in Tumbleweed.
-------------------------------------------------------------------
Wed Mar 15 12:01:22 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -71,7 +71,7 @@ rm -rf src/zlib
%build
# see gh/mapeditor/tiled#3613 why no --detect
qbs setup-toolchains --type gcc %{_bindir}/g++-12 gcc
qbs setup-toolchains --type gcc %{_bindir}/g++-13 gcc
qbs setup-qt %{_bindir}/qmake6 defprof
qbs config defaultProfile defprof
qbs qbs.installPrefix:"%{_prefix}" projects.Tiled.useRPaths:false